Packages

case class HereProperties(entries: ListMap[String, Any] = ListMap.empty) extends RootProperties[HereProperties] with Product with Serializable

Data inspector properties to customize the visual appearance of GeoJSON data. See also Style GeoJSON Visualization

Linear Supertypes
Serializable, Serializable, Product, Equals, RootProperties[HereProperties], Properties, Entries[HereProperties], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. HereProperties
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. RootProperties
  7. Properties
  8. Entries
  9. AnyRef
  10. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new HereProperties(entries: ListMap[String, Any] = ListMap.empty)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. def ++(that: Properties): HereProperties
    Definition Classes
    RootPropertiesProperties
  4. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  5. def add(entries: (String, Any)*): HereProperties
    Definition Classes
    Entries
  6. def add(name: String, value: Any): HereProperties
    Definition Classes
    Entries
  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. def build(properties: ListMap[String, Any]): HereProperties
    Attributes
    protected
    Definition Classes
    HerePropertiesEntries
  9. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  12. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  13. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  14. def markerImage(value: Any): HereProperties

    An url (web or data) to use as marker icon for points with no radius.

  15. def minRadius(value: Double): HereProperties

    Minimum radius in pixels for "Point/MultiPoint" geometries

  16. def minWidth(value: Double): HereProperties

    Minimum pixel width for "LineString/MultiLineString" geometries.

  17. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  19. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  20. def protobufRef(value: String): HereProperties

    Specifies a link to the original raw data property that this feature visualizes.

    Specifies a link to the original raw data property that this feature visualizes.

    For example: "prop.someArray[34].prop2".

  21. def radius(value: String): HereProperties

    A radius for "Point/MultiPoint" geometries.

    A radius for "Point/MultiPoint" geometries.

    value

    width in meters A suffix can be provided to specify the unit of measure (e.g. "4px", "7m").

  22. def style(value: Style): HereProperties
  23. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  24. def tooltip(value: String): HereProperties

    Renders a popup message when you hover a mouse pointer over a feature.

    Renders a popup message when you hover a mouse pointer over a feature.

    If the "tooltip" property is not set, the popup is displayed with the list of all other configured "properties" for the feature.

  25. def union(that: Properties): HereProperties
    Definition Classes
    RootPropertiesProperties
  26. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  27. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  28. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  29. def width(value: String): HereProperties

    A width for a "LineString/MultiLineString" and "Polygon/MultiPolygon" geometries.

    A width for a "LineString/MultiLineString" and "Polygon/MultiPolygon" geometries.

    value

    width in pixel When applied to LineStrings/MultiLineStrings the suffix "m" or "px" can be used to specify a width in either meters or pixels.

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from RootProperties[HereProperties]

Inherited from Properties

Inherited from Entries[HereProperties]

Inherited from AnyRef

Inherited from Any

Ungrouped