GeoPoint: {
    lat: number;
    lng: number;
}

A geographic point on the Earth.

Type declaration

  • lat: number

    The latitude in decimal degrees (from -90° to +90°).

  • lng: number

    The longitude in decimal degrees (from -180° to +180°).