Options
All
  • Public
  • Public/Protected
  • All
Menu

Index

Interfaces

Type aliases

Type aliases

GeoJSONObject

GeoJSONObject: { geometry: Geometry; properties: any; type: "Feature" } | { features: GeoJSONObject[]; properties: any; type: "FeatureCollection" }

Geometry

Geometry: { coordinates: [number, number]; type: "Point" } | { coordinates: [number, number][]; type: "MultiPoint" | "LineString" | "Polygon" } | { coordinates: [number, number][][]; type: "MultiLineString" | "MultiPolygon" } | { geometries: Geometry[]; type: "GeometryCollection" }

Generated using TypeDoc