ILatLng class abstract
- Implementers
- Available extensions
Constructors
- ILatLng.empty()
-
constfactory
- ILatLng.point(double latitude, double longitude)
-
constfactory
Properties
- bearing → double
-
final
- fromJson → Marker
-
Available on ILatLng, provided by the GoogleMapLatLng extension
no setter - hashCode → int
-
The hash code for this object.
no setterinherited
- isEmpty → bool
-
final
- isNotEmpty → bool
-
no setter
- isRipple → bool
-
Available on ILatLng, provided by the GoogleMapLatLng extension
no setter - isStopover → bool
-
final
- latitude → double
-
final
- longitude → double
-
final
- mapScale → double
-
final
- markerId → MarkerId
-
final
-
markerJson
→ Map<
String, dynamic> -
final
- ripple → bool
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- toLatLng → LatLng
-
Available on ILatLng, provided by the GoogleMapLatLng extension
no setter - vector → Vector3
-
Available on ILatLng, provided by the GoogleMapLatLng extension
no setter
Methods
-
copyWith(
{double latitude, double longitude, double bearing, MarkerId markerId, bool isStopover, bool ripple, bool isEmpty, double mapScale, Map< String, dynamic> ? markerJson}) → ILatLng -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator -(
ILatLng other) → double -
operator ==(
Object other) → bool -
The equality operator.
inherited