MapLatLng class

Latitude and longitude in the maps.

Annotations

Constructors

MapLatLng(double latitude, double longitude)
Creates a MapLatLng.
const

Properties

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

Methods

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

Static Methods

lerp(MapLatLng? a, MapLatLng? b, double t) MapLatLng?
Linearly interpolating between two MapLatLng.