Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IGeoJsonFeature

IGeoJsonFeature interface defines the properties a GeoJson feature should have.

const marker: IGeoJsonFeature = {
     id: "87998"
     feature: { ... },
}

Hierarchy

  • IGeoJsonFeature

Index

Properties

Properties

feature

feature: any

GeoJson format feature.

id

id: string

Unique id for each marker. This property is used to identify a marker and apply operations to itself.

Optional onClick

onClick: Function

OnClick event. Only optional.

Generated using TypeDoc