File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -87,7 +87,7 @@ Modify your view by adding the namespace `xmlns:maps="nativescript-google-maps-s
8787 xmlns:maps="nativescript-google-maps-sdk"
8888 >
8989 <GridLayout>
90- <maps:mapView latitude="{{ latitude }}" longitude="{{ longitude }}"
90+ <maps:mapView latitude="{{ latitude }}" longitude="{{ longitude }}" mapAnimationsEnabled="{{ mapAnimationsEnabled }}"
9191 zoom="{{ zoom }}" bearing="{{ bearing }}"
9292 tilt="{{ tilt }}" padding="{{ padding }}" mapReady="onMapReady"
9393 markerSelect="onMarkerSelect" markerBeginDragging="onMarkerBeginDragging"
@@ -109,6 +109,7 @@ Property | Description
109109` bearing ` | number
110110` tilt ` | number
111111` padding ` | array of numbers reflectig top, bottom, left and right paddings
112+ ` mapAnimationsEnabled ` | boolean of whether to animate camera changes
112113
113114## Events
114115
You can’t perform that action at this time.
0 commit comments