mirror of
https://github.com/inaturalist/iNaturalistReactNative.git
synced 2025-12-23 22:18:36 -05:00
MOB-512 reunite the lat/lon brothers
This commit is contained in:
1
src/realmModels/types.d.ts
vendored
1
src/realmModels/types.d.ts
vendored
@@ -124,6 +124,7 @@ export interface RealmObservationPojo {
|
||||
owners_identification_from_vision: boolean | null;
|
||||
place_guess: string | null;
|
||||
privateLatitude?: number;
|
||||
privateLongitude?: number;
|
||||
positional_accuracy: number | null;
|
||||
species_guess: string | null;
|
||||
taxon_id: number | null;
|
||||
|
||||
Reference in New Issue
Block a user