Creates the GeoPoint instance using LatLng.
GeoPoint.fromLatLng(LatLng value) : this(value.latitude, value.longitude);