Constructors
constructor
- new LatLng(latitude, longitude, altitude?): LatLng
-
Parameters
-
latitude: number
-
longitude: number
-
Optional
altitude: number
Properties
Optional
alt
alt?: number
lat
lat: number
lng
lng: number
Methods
clone
- clone(): LatLng
-
distanceTo
- distanceTo(otherLatLng): number
-
Returns number
equals
- equals(otherLatLng, maxMargin?): boolean
-
Parameters
-
-
Optional
maxMargin: number
Returns boolean
toBounds
- toBounds(sizeInMeters): LatLngBounds
-
toString
- toString(): string
-
Returns string
wrap
- wrap(): LatLng
-