Package 

Class POIAnnotationParams

  • All Implemented Interfaces:

    
    public final class POIAnnotationParams
    
                        

    The style key for POI that need to be shown on map. Should match the style in TSS resource.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private final String styleKey
      private final Location location
      private final String text
    • Constructor Summary

      Constructors 
      Constructor Description
      POIAnnotationParams(String styleKey, Location location, String text)
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • 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
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • POIAnnotationParams

        POIAnnotationParams(String styleKey, Location location, String 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

      • getText

         final String getText()

        Annotation text