Packages

c

com.here.platform.location.io.scaladsl.geojson

SimpleStyleProperties

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

Simple styles to customize how map features are displayed.

See also Style GeoJSON Visualization

Linear Supertypes
Serializable, Serializable, Product, Equals, RootProperties[SimpleStyleProperties], Properties, Entries[SimpleStyleProperties], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SimpleStyleProperties
  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 SimpleStyleProperties(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): SimpleStyleProperties
    Definition Classes
    RootPropertiesProperties
  4. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  5. def add(entries: (String, Any)*): SimpleStyleProperties
    Definition Classes
    Entries
  6. def add(name: String, value: Any): SimpleStyleProperties
    Definition Classes
    Entries
  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. def build(properties: ListMap[String, Any]): SimpleStyleProperties
    Attributes
    protected
    Definition Classes
    SimpleStylePropertiesEntries
  9. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  10. def description(description: String): SimpleStyleProperties

    A tooltip description.

    A tooltip description. Can contain HTML.

  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. def fill(color: Color): SimpleStyleProperties

    The color of a "Polygon/MultiPolygon".

  13. def fillOpacity(opacity: Double): SimpleStyleProperties

    The opacity of the interior of "Polygon/MultiPolygon".

    The opacity of the interior of "Polygon/MultiPolygon".

    opacity

    must be a floating point number greater than or equal to zero and less than or equal to one.

  14. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  15. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  16. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  17. def markerColor(color: Color): SimpleStyleProperties

    The color of a marker for a "Point/MultiPoint".

  18. def markerSize(size: String): SimpleStyleProperties

    The size of a marker for a "Point/MultiPoint".

    The size of a marker for a "Point/MultiPoint".

    size

    must be one of: "small", "medium", "large".

  19. def markerSymbol(symbol: String): SimpleStyleProperties

    A short name of a marker image for a "Point/MultiPoint".

  20. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  22. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  23. def stroke(color: Color): SimpleStyleProperties

    A color for "LineString/MultiLineString" and "Polygon/MultiPolygon" outlines.

  24. def strokeOpacity(opacity: Double): SimpleStyleProperties

    The opacity for "LineString/MultiLineString" and "Polygon/MultiPolygon" outlines.

    The opacity for "LineString/MultiLineString" and "Polygon/MultiPolygon" outlines.

    opacity

    must be a floating point number greater than or equal to zero and less than or equal to one.

  25. def strokeWidth(width: Double): SimpleStyleProperties

    The width of a "LineString/MultiLineString" or of a "Polygon/MultiPolygon" outlines.

    The width of a "LineString/MultiLineString" or of a "Polygon/MultiPolygon" outlines.

    width

    must be a floating point number greater than or equal to zero.

  26. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  27. def title(title: String): SimpleStyleProperties

    A tooltip title.

  28. def union(that: Properties): SimpleStyleProperties
    Definition Classes
    RootPropertiesProperties
  29. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Properties

Inherited from Entries[SimpleStyleProperties]

Inherited from AnyRef

Inherited from Any

Ungrouped