Interface PointGeometryJson

interface PointGeometryJson {
    coordinates: CoordinatesJson;
    id: string;
    type: Point;
}

Hierarchy (view full)

Properties

Properties

coordinates: CoordinatesJson
id: string
type: Point