@JsType public class GeoJSONEvent extends Event
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getGeometryType()
Gets the GeoJSON geometry type of the feature.
|
java.lang.String |
getId()
Gets the GeoJSON ID of the feature (if present).
|
com.gwidgets.api.leaflet.ILayer |
getLayer()
Gets the layer for the GeoJSON feature that is being added to the map.
|
java.lang.Object |
getProperties()
Gets the GeoJSON properties of the feature.
|
public final com.gwidgets.api.leaflet.ILayer getLayer()
public final java.lang.Object getProperties()
public final java.lang.String getGeometryType()
public final java.lang.String getId()