Package com.ibm.cloud.cloudant.v1.model
Interface GetGeoOptions.Format
-
- Enclosing class:
- GetGeoOptions
public static interface GetGeoOptions.Format
Query parameter that causes the geospatial query output to be returned in the specified format.
-
-
Field Detail
-
LEGACY
static final String LEGACY
legacy.- See Also:
- Constant Field Values
-
GEOJSON
static final String GEOJSON
geojson.- See Also:
- Constant Field Values
-
VIEW
static final String VIEW
view.- See Also:
- Constant Field Values
-
APPLICATION_VND_GEO_JSON
static final String APPLICATION_VND_GEO_JSON
application/vnd.geo+json.- See Also:
- Constant Field Values
-
-