google_map_windows
WindowsMap
LatLng
toMap method
toMap
toMap
method
Null safety
Map
<
String
,
double
>
toMap
(
)
Convert the LatLng obejct to Map.
Implementation
Map<String,double> toMap()=>{'lat':lat,'lng':lng};
google_map_windows
WindowsMap
LatLng
toMap method
LatLng class
Constructors
LatLng
fromJson
fromMap
Properties
hashCode
lat
lng
runtimeType
Methods
noSuchMethod
toJson
toMap
toString
Operators
operator ==