Skip to content

Commit 24ac812

Browse files
authored
Update readme
1 parent a9327d7 commit 24ac812

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)