Interface GeometryRest

interface GeometryRest {
    coordinates: CoordinateTypes;
    type: string;
}

Implemented by

Properties

Properties

coordinates: CoordinateTypes
type: string

Generated using TypeDoc