IGeoJsonFeature interface defines the properties a GeoJson feature should have.
const marker: IGeoJsonFeature = { id: "87998" feature: { ... }, }
GeoJson format feature.
Unique id for each marker. This property is used to identify a marker and apply operations to itself.
OnClick event. Only optional.
Generated using TypeDoc
IGeoJsonFeature interface defines the properties a GeoJson feature should have.
const marker: IGeoJsonFeature = { id: "87998" feature: { ... }, }