You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Mapbox Maps SDK Flutter SDK
2
2
3
-
The Mapbox Maps SDK Flutter SDK is an officially developed solution from Mapbox that enables use of our latest Maps SDK product (v11.9.0). The SDK allows developers to embed highly-customized maps using a Flutter widget on Android and iOS.
3
+
The Mapbox Maps SDK Flutter SDK is an officially developed solution from Mapbox that enables use of our latest Maps SDK product (v11.9.1). The SDK allows developers to embed highly-customized maps using a Flutter widget on Android and iOS.
4
4
5
5
Web and desktop are not supported.
6
6
@@ -98,7 +98,7 @@ To use the Maps Flutter SDK add the git dependency to the pubspec.yaml:
98
98
99
99
```
100
100
dependencies:
101
-
mapbox_maps_flutter: ^2.5.0
101
+
mapbox_maps_flutter: ^2.5.1
102
102
```
103
103
104
104
### Configure permissions
@@ -145,7 +145,7 @@ The `MapboxMap` controller instance is provided with `MapWidget.onMapCreated` ca
145
145
`MapboxMap` exposes an entry point to the most of the APIs Maps Flutter SDK provides. It allows to control the map, camera, styles, observe map events,
146
146
query rendered features, etc.
147
147
148
-
It's organized similarly to the [Android](https://docs.mapbox.com/android/maps/api/11.7.0/mapbox-maps-android/com.mapbox.maps/-mapbox-map/) and [iOS](https://docs.mapbox.com/ios/maps/api/11.7.0/documentation/mapboxmaps/mapboxmap) counterparts.
148
+
It's organized similarly to the [Android](https://docs.mapbox.com/android/maps/api/11.9.1/mapbox-maps-android/com.mapbox.maps/-mapbox-map/) and [iOS](https://docs.mapbox.com/ios/maps/api/11.9.1/documentation/mapboxmaps/mapboxmap) counterparts.
149
149
150
150
To interact with the map after it's created store the MapboxMap object somewhere :
0 commit comments