Interface: GeoPosition
Defined in: src/types/index.ts:95
Represents a geographic position with latitude, longitude and accuracy.
Properties
accuracy
accuracy:
number
Defined in: src/types/index.ts:98
lat
lat:
number
Defined in: src/types/index.ts:96
lng
lng:
number
Defined in: src/types/index.ts:97