GET Api/v{apiVersion}/Maps/{id}/AsGeoJson?includeStoreLocation={includeStoreLocation}

Gets the map details in GeoJSON format

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

globally unique identifier

Required

includeStoreLocation

boolean

Default value is False

apiVersion

string

None.

Body Parameters

None.

Response Information

Resource Description

Feature
NameDescriptionTypeAdditional information
type

GeoJSONObjectType

None.

id

string

None.

geometry

IGeometryObject

None.

properties

Dictionary of string [key] and Object [value]

None.

bbox

Collection of decimal number

None.

crs

ICRSObject

None.

Response Formats

application/json, text/json, multipart/form-data

Sample:

Sample not available.