Package com.pointrlabs.core.map.models
Class PTRMapViewAnnotationLayer
-
- All Implemented Interfaces:
@Deprecated(message = "replaced with PTRMapLayer") public final class PTRMapViewAnnotationLayer
-
-
Constructor Summary
Constructors Constructor Description PTRMapViewAnnotationLayer(String identifier, Integer color, String text, Drawable icon)
-
Method Summary
-
-
Constructor Detail
-
PTRMapViewAnnotationLayer
PTRMapViewAnnotationLayer(String identifier, Integer color, String text, Drawable icon)
- Parameters:
identifier
-required to set the layer identifier
color
-color of the annotation
text
-text of the annotation. If set, overwrites the text of PTRMapViewMarker and all items under this layer will have the same text
icon
-icon of the annotation
-
-
Method Detail
-
getIdentifier
final String getIdentifier()
-
-
-
-