diff --git a/releases/next/docs/mapview.html b/releases/next/docs/mapview.html index 3144341b828..4d7ba3a53ea 100644 --- a/releases/next/docs/mapview.html +++ b/releases/next/docs/mapview.html @@ -41,7 +41,9 @@ the map, the camera's heading angle is used to rotate the plane of the map around its center point.

When this property is set to false, the camera's heading angle is ignored and the map is always oriented so that true north is situated at the top of the map view

scrollEnabled bool #

If false the user won't be able to change the map region being displayed. -Default value is true.

showsCompass bool #

If false, compass won't be displayed on the map. +Default value is true.

showsAnnotationCallouts bool #

If true the map will show the callouts for all annotations without +the user having to click on the annotation. +Default value is false.

showsCompass bool #

If false, compass won't be displayed on the map. Default value is true.

showsPointsOfInterest bool #

If false points of interest won't be displayed on the map. Default value is true.

showsUserLocation bool #

If true the app will ask for the user's location and display it on the map. Default value is false.

NOTE: You'll need to add the NSLocationWhenInUseUsageDescription