showsUserLocation bool
If true
the app will ask for the user's location and display it on the map. Default value is false
.
NOTE: on iOS, you need to add the NSLocationWhenInUseUsageDescription
key in Info.plist to enable geolocation, otherwise it will fail silently.
Please login to continue.