-
- All Implemented Interfaces:
public final class POIAnnotationParams
-
-
Constructor Summary
Constructors Constructor Description POIAnnotationParams(String styleKey, Location location, String text, Float bubbleType)
-
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 final Float
getBubbleType()
This value is used to specify the annotation for style key equals smart-bubble or ev-bubble you should use the values that you have in your style. -
-
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
-
getBubbleType
final Float getBubbleType()
This value is used to specify the annotation for style key equals smart-bubble or ev-bubble you should use the values that you have in your style.tss file
-
-
-
-