Skip to content

Commit 4cd320b

Browse files
authored
Update MapView doc
1 parent afdf47d commit 4cd320b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/mapview.md

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
| `liteMode` | `Boolean` | `false` | Enable lite mode. **Note**: Android only.
1111
| `mapType` | `String` | `"standard"` | The map type to be displayed. <br/><br/> - standard: standard road map (default)<br/> - satellite: satellite view<br/> - hybrid: satellite view with roads and points of interest overlayed<br/> - terrain: (Android only) topographic view
1212
| `showsUserLocation` | `Boolean` | `false` | If `true` the app will ask for the user's location. **NOTE**: You need to add `NSLocationWhenInUseUsageDescription` key in Info.plist to enable geolocation, otherwise it is going to *fail silently*!
13+
| `userLocationAnnotationTitle` | `String` | | The title of the annotation for current user location. This only works if `showsUserLocation` is true. There is a default value `My Location` set by MapView. **Note**: iOS only.
1314
| `followsUserLocation` | `Boolean` | `false` | If `true` the map will focus on the user's location. This only works if `showsUserLocation` is true and the user has shared their location. **Note**: iOS only.
1415
| `showsMyLocationButton` | `Boolean` | `true` | `Android only` If `false` hide the button to move map to the current user's location.
1516
| `showsPointsOfInterest` | `Boolean` | `true` | If `false` points of interest won't be displayed on the map.

0 commit comments

Comments
 (0)