Class HereProperties
java.lang.Object
com.here.platform.location.io.javadsl.geojson.Properties
com.here.platform.location.io.javadsl.geojson.HereProperties
- All Implemented Interfaces:
Serializable
,scala.Serializable
Data inspector properties to customize the visual appearance of GeoJSON data.
See also https://www.here.com/docs/bundle/data-inspector-library-developer-guide/page/pages/style-geojson-visualization.html
- See Also:
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionmarkerImage
(Object value) An url (web or data) to use as marker icon for points with no radius.Minimum radius in pixels for "Point/MultiPoint" geometriesMinimum pixel width for "LineString/MultiLineString" geometries.protobufRef
(String value) Specifies a link to the original raw data property that this feature visualizes.A radius for "Point/MultiPoint" geometries.style
(HereProperties.Style value) Renders a popup message when you hover a mouse pointer over a feature.A width for a "LineString/MultiLineString" and "Polygon/MultiPolygon" geometries.Methods inherited from class com.here.platform.location.io.javadsl.geojson.Properties
addAll, asScala
-
Constructor Details
-
HereProperties
public HereProperties()
-
-
Method Details
-
add
- Overrides:
add
in classProperties
-
tooltip
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.
-
style
-
width
A width for a "LineString/MultiLineString" and "Polygon/MultiPolygon" geometries.- Parameters:
value
- width in pixelWhen applied to LineStrings/MultiLineStrings the suffix "m" or "px" can be used to specify a width in either meters or pixels.
-
minWidth
Minimum pixel width for "LineString/MultiLineString" geometries. -
radius
A radius for "Point/MultiPoint" geometries.- Parameters:
value
- width in metersA suffix can be provided to specify the unit of measure (e.g. "4px", "7m").
-
minRadius
Minimum radius in pixels for "Point/MultiPoint" geometries -
markerImage
An url (web or data) to use as marker icon for points with no radius. -
protobufRef
Specifies a link to the original raw data property that this feature visualizes.For example: "prop.someArray[34].prop2".
-