LocationGeoJSON: {
    coordinates: number[];
    type: "Point";
}

Type declaration

  • coordinates: number[]
  • type: "Point"