-
- All Implemented Interfaces:
public final class POIAnnotationParams
-
-
Constructor Summary
Constructors Constructor Description POIAnnotationParams(String styleKey, Location location, String text)
-
Method Summary
Modifier and Type Method Description final String
getStyleKey()
The style key for POI that need to be shown on map. final Location
getLocation()
The location where the annotation will be displayed final String
getText()
Annotation text -
-
Method Detail
-
getStyleKey
final String getStyleKey()
The style key for POI that need to be shown on map. Should match the style in TSS resource.
-
getLocation
final Location getLocation()
The location where the annotation will be displayed
-
-
-
-