File tree 1 file changed +2
-0
lines changed
1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change 22
22
| ` showsIndoors ` | ` Boolean ` | ` true ` | A Boolean indicating whether indoor maps should be enabled.
23
23
| ` showsIndoorLevelPicker ` | ` Boolean ` | ` false ` | A Boolean indicating whether indoor level picker should be enabled. ** Note:** Android only.
24
24
| ` zoomEnabled ` | ` Boolean ` | ` true ` | If ` false ` the user won't be able to pinch/zoom the map.
25
+ | ` minZoomLevel ` | ` Number ` | ` 0 ` | Minimum zoom value for the map, must be between 0 and 20
26
+ | ` maxZoomLevel ` | ` Number ` | ` 20 ` | Maximum zoom value for the map, must be between 0 and 20
25
27
| ` rotateEnabled ` | ` Boolean ` | ` true ` | If ` false ` the user won't be able to pinch/rotate the map.
26
28
| ` scrollEnabled ` | ` Boolean ` | ` true ` | If ` false ` the user won't be able to change the map region being displayed.
27
29
| ` pitchEnabled ` | ` Boolean ` | ` true ` | If ` false ` the user won't be able to adjust the camera’s pitch angle.
You can’t perform that action at this time.
0 commit comments