Skip to content

Commit

Permalink
clean README from some Mapboxes (#6)
Browse files Browse the repository at this point in the history
* clean README from some Mapboxes

* Update README.md

Co-authored-by: Oliver Wipfli <oliver.wipfli@leichteralsluft.ch>
  • Loading branch information
matkoniecz and wipfli authored Jul 2, 2022
1 parent 982e654 commit 56416a4
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,29 +12,29 @@
</p>
<br>

# Mapbox Plugins for Android
# MapLibre Plugins for Android

Plugins are single-purpose libraries built on top of the [Mapbox Maps SDK for Android](https://www.mapbox.com/android-docs/) that you can include in your apps like any other Android dependency. You'll find [documentation for each plugin on our Android documentation website](https://www.mapbox.com/android-docs/plugins/overview/). A full list of the current plugins is available below.

## Available Plugins

* [**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-annotation)
* [**Annotation:** Simplify the way to set and adjust the visual properties of annotations on a map.](https://github.com/maplibre/maplibre-plugins-android/tree/master/plugin-annotation)

* [**MarkerView:** Add map markers that are Android views.](https://github.com/mapbox/mapbox-plugins-android/tree/master/plugin-markerview)
* [**MarkerView:** Add map markers that are Android views.](https://github.com/maplibre/maplibre-plugins-android/tree/master/plugin-markerview)

* [**Traffic:** Adds a real-time traffic layer to any Mapbox base map.](https://github.com/mapbox/mapbox-plugins-android/tree/master/plugin-traffic)
* [**Traffic:** Adds a real-time traffic layer to any Mapbox base map.](https://github.com/maplibre/maplibre-plugins-android/tree/master/plugin-traffic)

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

* [**Building:** Add extruded "3D" buildings in your map style.](https://github.com/mapbox/mapbox-plugins-android/tree/master/plugin-building)
* [**Building:** Add extruded "3D" buildings in your map style.](https://github.com/maplibre/maplibre-plugins-android/tree/master/plugin-building)

* [**Offline:** Download maps tiles and manage downloaded regions for situations when a user's device doesn't have an internet connection.](https://github.com/mapbox/mapbox-plugins-android/tree/master/plugin-offline)
* [**Offline:** Download maps tiles and manage downloaded regions for situations when a user's device doesn't have an internet connection.](https://github.com/maplibre/maplibre-plugins-android/tree/master/plugin-offline)

* [**Places:** Add location search to your app with beautiful UI.](https://github.com/mapbox/mapbox-plugins-android/tree/master/plugin-places)
* [**Places:** Add location search to your app with beautiful UI.](https://github.com/maplibre/maplibre-plugins-android/tree/master/plugin-places)

* [**Localization:** Have your map's text automatically match the device's default language setting.](https://github.com/mapbox/mapbox-plugins-android/tree/master/plugin-localization)
* [**Localization:** Have your map's text automatically match the device's default language setting.](https://github.com/maplibre/maplibre-plugins-android/tree/master/plugin-localization)

* [**Scale bar:** Provide a visual map scale bar for your users to determine distance.](https://github.com/mapbox/mapbox-plugins-android/tree/master/plugin-scalebar)
* [**Scale bar:** Provide a visual map scale bar for your users to determine distance.](https://github.com/maplibre/maplibre-plugins-android/tree/master/plugin-scalebar)

## Installing a plugin

Expand Down Expand Up @@ -98,4 +98,4 @@ Plugins' lightweight nature makes them much easier for you and anyone else to co

We welcome contributions to this plugin repository!

If you're interested in building and sharing your own plugin, please read [the contribution guide](https://github.com/mapbox/mapbox-plugins-android/blob/master/CONTRIBUTING.md) to learn how to get started.
If you're interested in building and sharing your own plugin, please read [the contribution guide](https://github.com/maplibre/maplibre-plugins-android/blob/master/CONTRIBUTING.md) to learn how to get started.

0 comments on commit 56416a4

Please sign in to comment.