-
- 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 StringgetStyleKey()The style key for POI that need to be shown on map. final LocationgetLocation()The location where the annotation will be displayed final StringgetText()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
-
-
-
-