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: extension-androidauto/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,7 @@ allprojects {
33
33
// In your build.gradle, add the extension with your other dependencies.
34
34
dependencies {
35
35
// Note that the Mapbox Android Auto Extension depends on the entire Mapbox Maps SDK, it will bring the whole Mapbox Maps SDK with the same version as transitive dependency.
Copy file name to clipboardExpand all lines: extension-compose/README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,12 +18,12 @@ Working examples of the Compose extension can be found in our [compose test appl
18
18
-[Use Camera Animation / Viewport APIs](#use-camera-animation--viewport-apis)
19
19
-[Add Annotations to the map](#add-annotations-to-the-map)
20
20
-[Add a single `CircleAnnotation` to the map](#add-a-single-circleannotation-to-the-map)
21
-
-[Add multiple `CircleAnnotations` to the map in a group(more efficent for large number of annotations)](#add-multiple-circleannotations-to-the-map-in-a-groupmore-efficent-for-large-number-of-annotations)
21
+
-[Add multiple `CircleAnnotations` to the map in a group(more efficient for large number of annotations)](#add-multiple-circleannotations-to-the-map-in-a-groupmore-efficient-for-large-number-of-annotations)
22
22
-[Add multiple `PointAnnotations` to the map as cluster(only supported for `PointAnnotation` and `CircleAnnotation`)](#add-multiple-pointannotations-to-the-map-as-clusteronly-supported-for-pointannotation-and-circleannotation)
23
23
-[Add `ViewAnnotation` to the map](#add-viewannotation-to-the-map)
0 commit comments