GraphQL/Objects
GeoFeature
No description
type GeoFeature {
type: GeoType
coordinates: CoordinatesScalar
}
Fields
GeoFeature
.type
● GeoType
enum
Type of feature
GeoFeature
.coordinates
● CoordinatesScalar
scalar
Coordinates for the feature
Member Of
object
● MapFeature
object