latLng property
The human readable name of the location. This is primarily the name of the road. But in cases where the place was selected from Nearby places list, we use the name provided on the list item. Google Maps place ID Latitude/Longitude of the selected location.
Implementation
//String? address; // or road //TODO:
/// Google Maps place ID
//String? placeId; //TODO:
/// Latitude/Longitude of the selected location.
LatLng? latLng;