GeoPoint
@firecms/core / GeoPoint
Class: GeoPoint
Section titled “Class: GeoPoint”Defined in: types/entities.ts:73
Constructors
Section titled “Constructors”Constructor
Section titled “Constructor”new GeoPoint(
latitude,longitude):GeoPoint
Defined in: types/entities.ts:84
Parameters
Section titled “Parameters”latitude
Section titled “latitude”number
longitude
Section titled “longitude”number
Returns
Section titled “Returns”GeoPoint
Properties
Section titled “Properties”latitude
Section titled “latitude”
readonlylatitude:number
Defined in: types/entities.ts:78
The latitude of this GeoPoint instance.
longitude
Section titled “longitude”
readonlylongitude:number
Defined in: types/entities.ts:82
The longitude of this GeoPoint instance.