ToLatLng.from constructor

ToLatLng.from(
  1. LatLng mLatLng
)

Implementation

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