FireDartGeoPoint.fromLatLng constructor
FireDartGeoPoint.fromLatLng(
- LatLng value
Creates the FireDartGeoPoint instance using LatLng.
Implementation
FireDartGeoPoint.fromLatLng(LatLng value)
: this(value.latitude, value.longitude);