@JsType(isNative=true, name="Object", namespace="<global>") public class GeoJSONEvent extends Event
Modifier and Type | Method and Description |
---|---|
String |
getGeometryType()
Gets the GeoJSON geometry type of the feature.
|
String |
getId()
Gets the GeoJSON ID of the feature (if present).
|
Layer |
getLayer()
Gets the layer for the GeoJSON feature that is being added to the map.
|
Object |
getProperties()
Gets the GeoJSON properties of the feature.
|
@JsProperty public final Layer getLayer()
@JsProperty public final Object getProperties()
@JsProperty public final String getGeometryType()
@JsProperty public final String getId()
Copyright © 2018 G-Widgets. All rights reserved.