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
- Alphabetic
- By Inheritance
- HereProperties
- Serializable
- Serializable
- Product
- Equals
- RootProperties
- Properties
- Entries
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
- new HereProperties(entries: ListMap[String, Any] = ListMap.empty)
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
def
++(that: Properties): HereProperties
- Definition Classes
- RootProperties → Properties
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
add(entries: (String, Any)*): HereProperties
- Definition Classes
- Entries
-
def
add(name: String, value: Any): HereProperties
- Definition Classes
- Entries
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
build(properties: ListMap[String, Any]): HereProperties
- Attributes
- protected
- Definition Classes
- HereProperties → Entries
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
markerImage(value: Any): HereProperties
An url (web or data) to use as marker icon for points with no radius.
-
def
minRadius(value: Double): HereProperties
Minimum radius in pixels for "Point/MultiPoint" geometries
-
def
minWidth(value: Double): HereProperties
Minimum pixel width for "LineString/MultiLineString" geometries.
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
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".
-
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").
- def style(value: Style): HereProperties
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
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.
-
def
union(that: Properties): HereProperties
- Definition Classes
- RootProperties → Properties
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
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.