interface GeoCoordinatesField {
    coordinates: [number, number];
    type: string;
}

Properties

Properties

coordinates: [number, number]
type: string

Generated using TypeDoc