LatLngInfo class
- Implemented types
- Available extensions
Constructors
-
LatLngInfo(double latitude, double longitude, MarkerId markerId, {double bearing = 0, bool isStopover = false, bool ripple = false, double mapScale = 0.5, Map<
String, dynamic> markerJson = const {}}) -
const
- LatLngInfo.empty()
-
const
- LatLngInfo.marker(Marker marker, {double bearing = 0, bool isStopover = false, bool ripple = false, double mapScale = 0.5})
-
LatLngInfo.point(double latitude, double longitude, {double bearing = 0, bool isStopover = false, bool ripple = false, double mapScale = 0.5, Map<
String, dynamic> markerJson = const {}}) -
const
-
LatLngInfo.position(LatLng latLng, MarkerId markerId, {double bearing = 0, bool isStopover = false, bool ripple = false, double mapScale = 0.5, Map<
String, dynamic> markerJson = const {}})
Properties
- bearing → double
-
final
- hashCode → int
-
The hash code for this object.
no setteroverride
- isEmpty → bool
-
final
- isNotEmpty → bool
-
no setteroverride
- 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}) → LatLngInfo -
override
-
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 -(
ILatLng other) → double -
override
-
operator ==(
Object other) → bool -
The equality operator.
override