Skip to content

Commit 96f847f

Browse files
author
Langston Smith
authored
readme additions (#792)
1 parent 8d84568 commit 96f847f

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@ Plugins are single-purpose libraries built on top of the [Mapbox Maps SDK for An
1818

1919
## Available Plugins
2020

21+
* [**Annotation:** Simplify the way to set and adjust the visual properties of annotations on a Mapbox map.](https://github.com/mapbox/mapbox-plugins-android/tree/master/plugin-markerview)
22+
23+
* [**MarkerView:** Add map markers that are Android views.](https://github.com/mapbox/mapbox-plugins-android/tree/master/plugin-annotation)
24+
2125
* [**Traffic:** Adds a real-time traffic layer to any Mapbox base map.](https://github.com/mapbox/mapbox-plugins-android/tree/master/plugin-traffic)
2226

2327
* [**Location layer:** Add a location marker on your map indicating the user's location.](https://github.com/mapbox/mapbox-plugins-android/tree/master/plugin-locationlayer)

plugin-markerview/README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,11 @@
44

55
## Getting Started
66

7-
To use the MarkerView plugin you include it in your `build.gradle` file.
7+
[More documentation about the plugin can be found here](https://www.mapbox.com/android-docs/plugins/overview/markerview/).
8+
9+
Please be aware that Android views are the less performant and less customizable option for adding icons to a map. The Mapbox Maps SDK's SymbolLayer is the recommended way to add icons. View [the Mapbox Annotation Plugin for Android](https://www.mapbox.com/android-docs/plugins/overview/annotation) for more information about using a SymbolLayer.
10+
11+
To use the MarkerView plugin, you include its dependency in your `build.gradle` file.
812

913
```
1014
// In the root build.gradle file

0 commit comments

Comments
 (0)