@JsType(isNative=true, namespace="<global>", name="Object") public class GeoJsonDataSourceOptions extends Object
Modifier and Type | Field and Description |
---|---|
boolean |
clampToGround
true if we want the geometry features (polygons or linestrings) clamped to the ground.
|
GeoJsonDataSource.discribe |
discribe
A function which returns a Property object (or just a string), which converts the properties into an html description.
|
Color |
fill
The default color for polygon interiors.
|
Color |
markerColor
The default color of the map pin created for each point.
|
int |
markerSize
The default size of the map pin created for each point, in pixels.
|
String |
markerSymbol
The default symbol of the map pin created for each point.
|
String |
sourceUri
Overrides the url to use for resolving relative links.
|
Color |
stroke
The default color of polylines and polygon outlines.
|
double |
strokeWidth
The default width of polylines and polygon outlines.
|
Constructor and Description |
---|
GeoJsonDataSourceOptions()
|
@JsProperty public String sourceUri
@JsProperty public GeoJsonDataSource.discribe discribe
@JsProperty public int markerSize
GeoJsonDataSource.markerSize
@JsProperty public String markerSymbol
GeoJsonDataSource.markerSymbol
@JsProperty public Color markerColor
GeoJsonDataSource.markerColor
@JsProperty public Color stroke
GeoJsonDataSource.stroke
@JsProperty public double strokeWidth
GeoJsonDataSource.strokeWidth
@JsProperty public Color fill
GeoJsonDataSource.fill
@JsProperty public boolean clampToGround
GeoJsonDataSource.clampToGround
Copyright © 2019. All rights reserved.