Skip to content

Commit a4072d7

Browse files
authored
Replace link with MapLibre Plugins Android (#4313)
1 parent f3c29cc commit a4072d7

15 files changed

Lines changed: 52 additions & 52 deletions

File tree

include/mbgl/layermanager/layer_manager.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ class LayerManager {
6262
*
6363
* Note: in future, annotations implemantation will be moved from the core
6464
* to platform SDK (see
65-
* https://github.com/mapbox/mapbox-plugins-android/tree/master/plugin-annotation)
65+
* https://github.com/maplibre/maplibre-plugins-android)
6666
* and this flag won't be needed any more.
6767
*/
6868
static const bool annotationsEnabled;

platform/android/MapLibreAndroid/src/main/java/org/maplibre/android/annotations/Annotation.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
* content to be placed at a geographical point.
1717
* </p>
1818
* @deprecated As of 7.0.0,
19-
* use <a href="https://github.com/mapbox/mapbox-plugins-android/tree/master/plugin-annotation">
19+
* use <a href="https://github.com/maplibre/maplibre-plugins-android">
2020
* MapLibre Annotation Plugin</a> instead
2121
*/
2222
@Deprecated

platform/android/MapLibreAndroid/src/main/java/org/maplibre/android/annotations/BaseMarkerOptions.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
* @param <U> Type of the marker to be composed
1313
* @param <T> Type of the builder to be used for composing a custom Marker
1414
* @deprecated As of 7.0.0,
15-
* use <a href="https://github.com/mapbox/mapbox-plugins-android/tree/master/plugin-annotation">
15+
* use <a href="https://github.com/maplibre/maplibre-plugins-android">
1616
* MapLibre Annotation Plugin</a> instead
1717
*/
1818
@Deprecated

platform/android/MapLibreAndroid/src/main/java/org/maplibre/android/annotations/BasePointCollection.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
* Multipoint is an abstract annotation for combining geographical locations.
1313
*
1414
* @deprecated As of 7.0.0,
15-
* use <a href="https://github.com/mapbox/mapbox-plugins-android/tree/master/plugin-annotation">
15+
* use <a href="https://github.com/maplibre/maplibre-plugins-android">
1616
* MapLibre Annotation Plugin</a> instead
1717
*/
1818
@Deprecated

platform/android/MapLibreAndroid/src/main/java/org/maplibre/android/annotations/BubbleLayout.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
* {@link android.view.View}, which is then turned into a {@link android.graphics.Bitmap}.
2424
* After the bitmap is added to the {@link Style} object, a
2525
* {@link SymbolLayer} or the
26-
* <a href="https://github.com/mapbox/mapbox-plugins-android/tree/master/plugin-annotation">
26+
* <a href="https://github.com/maplibre/maplibre-plugins-android">
2727
* MapLibre Annotation Plugin</a> can reference the image ID.
2828
*/
2929
@Deprecated

platform/android/MapLibreAndroid/src/main/java/org/maplibre/android/annotations/Icon.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
* Icon is the visual representation of a Marker on a MapView.
1313
*
1414
* @deprecated As of 7.0.0,
15-
* use <a href="https://github.com/mapbox/mapbox-plugins-android/tree/master/plugin-annotation">
15+
* use <a href="https://github.com/maplibre/maplibre-plugins-android">
1616
* MapLibre Annotation Plugin</a> instead
1717
*/
1818
@Deprecated

platform/android/MapLibreAndroid/src/main/java/org/maplibre/android/annotations/IconFactory.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
* </p>
3131
*
3232
* @deprecated As of 7.0.0,
33-
* use <a href="https://github.com/mapbox/mapbox-plugins-android/tree/master/plugin-annotation">
33+
* use <a href="https://github.com/maplibre/maplibre-plugins-android">
3434
* MapLibre Annotation Plugin</a> instead
3535
*/
3636
@Deprecated

platform/android/MapLibreAndroid/src/main/java/org/maplibre/android/annotations/InfoWindow.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
* snippet are optional, at least one is required to open the info window.
3434
* </p>
3535
* @deprecated As of 7.0.0,
36-
* use <a href="https://github.com/mapbox/mapbox-plugins-android/tree/master/plugin-annotation">
36+
* use <a href="https://github.com/maplibre/maplibre-plugins-android">
3737
* MapLibre Annotation Plugin</a> instead
3838
*/
3939
@Deprecated

platform/android/MapLibreAndroid/src/main/java/org/maplibre/android/annotations/Marker.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
* either a title or snippet is provided.
2424
* </p>
2525
* @deprecated As of 7.0.0,
26-
* use <a href="https://github.com/mapbox/mapbox-plugins-android/tree/master/plugin-annotation">
26+
* use <a href="https://github.com/maplibre/maplibre-plugins-android">
2727
* MapLibre Annotation Plugin</a> instead
2828
*/
2929
@Deprecated

platform/android/MapLibreAndroid/src/main/java/org/maplibre/android/annotations/MarkerOptions.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
* .position(new LatLng(38.9002073, -77.03364419)));
2323
* </pre>
2424
* @deprecated As of 7.0.0,
25-
* use <a href="https://github.com/mapbox/mapbox-plugins-android/tree/master/plugin-annotation">
25+
* use <a href="https://github.com/maplibre/maplibre-plugins-android">
2626
* MapLibre Annotation Plugin</a> instead
2727
*/
2828
@Deprecated

0 commit comments

Comments
 (0)