Class: GeoPoint
Constructors​
new GeoPoint()​
new GeoPoint(
latitude
,longitude
):GeoPoint
Parameters​
• latitude: number
• longitude: number
Returns​
Defined in​
packages/firecms_core/src/types/entities.ts:78
Properties​
latitude​
readonly
latitude:number
The latitude of this GeoPoint instance.
Defined in​
packages/firecms_core/src/types/entities.ts:72
longitude​
readonly
longitude:number
The longitude of this GeoPoint instance.