Skip to content

Commit 5a787b0

Browse files
snkashisŁukasz Paczos
authored andcommitted
add javadoc
1 parent f830c97 commit 5a787b0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

plugin-building/src/main/java/com/mapbox/mapboxsdk/plugins/building/BuildingPlugin.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,9 @@
4242
*/
4343
public final class BuildingPlugin {
4444

45+
/**
46+
* LAYER_ID is exposed public so it can be utilized by layerBelow and layerAbove arguments
47+
*/
4548
public static final String LAYER_ID = "mapbox-android-plugin-3d-buildings";
4649

4750
private FillExtrusionLayer fillExtrusionLayer;

0 commit comments

Comments
 (0)