ILatLng class abstract

Implementers
Available Extensions

Constructors

ILatLng.empty()
const
factory
ILatLng.point(double latitude, double longitude)
const
factory

Properties

bearing double
final
hashCode int
The hash code for this object.
no setterinherited
isEmpty bool
final
isNotEmpty bool
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

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