GeoJsonPoint constructor

GeoJsonPoint({
  1. Map<String, VectorTileValue>? properties,
  2. GeometryPoint? geometry,
})

Implementation

GeoJsonPoint({super.properties, super.geometry});