LatLng class

A point in latitude and longitude.

Constructors

LatLng(double latitude, double longitude)
Creates a point with the provided latitude and longitude coordinates.

Properties

hashCode int
The hash code for this object.
no setteroverride
latitude double
Latitude in degrees
final
longitude double
Longitude in degrees
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

move({double? latDelta, double? lngDelta}) LatLng
Creates a LatLon object with the specified delta moved
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
override