ToLatLng.from constructor
ToLatLng.from(
- LatLng mLatLng
Implementation
factory ToLatLng.from(LatLng mLatLng) {
return ToLatLng(mLatLng.latitude,mLatLng.longitude);
}
factory ToLatLng.from(LatLng mLatLng) {
return ToLatLng(mLatLng.latitude,mLatLng.longitude);
}