google_map_windows
WindowsMap
LatLng
LatLng constructor
LatLng
LatLng
constructor
Null safety
LatLng
(
{
required
double
lat
,
required
double
lng
}
)
Implementation
LatLng({required this.lat,required this.lng});
google_map_windows
WindowsMap
LatLng
LatLng constructor
LatLng class
Constructors
LatLng
fromJson
fromMap
Properties
hashCode
lat
lng
runtimeType
Methods
noSuchMethod
toJson
toMap
toString
Operators
operator ==