googleapis package
documentation
$shared
$LatLng
$LatLng constructor
$LatLng
$LatLng
constructor
Null safety
$LatLng
(
{
double
?
latitude
,
double
?
longitude
}
)
Implementation
$LatLng({ this.latitude, this.longitude, });
googleapis package
documentation
$shared
$LatLng
$LatLng constructor
$LatLng class
Constructors
$LatLng
fromJson
Properties
hashCode
latitude
longitude
runtimeType
Methods
noSuchMethod
toJson
toString
Operators
operator ==