Reading a Response
Venue Maps API Responses
The Venue Maps API produces difference responses depending on which service you use and which resources you request:
Path | Resource | Response Description |
---|---|---|
0 | tiles-png | Responds with an image file in PNG Format, which has a transparent background. You can then take this image and use it as an overlay for content from the Map Tiles API. |
0 | tiles-ia | Responds with JSON data that describes the venue attributes, geometry, metadata and venue Points of Interest (POI). The JSON contains an array of { Space | Floor } IATileMember. |
0 | tiles-ia-b64 | Responds with JSON data that describes the venue attributes, geometry, metadata and venue Points of Interest (POI) as well as a base 64 encoded image. The JSON contains an array of { Space | Floor } IATileMember as well as a |
1 | models-full | Responds with JSON data that describes the venue attributes, geometry, metadata, Points of Interest (POI) and routing. The venue attributes are the stored in following objects |
1 | models-poi | Responds with JSON data that describes the venue attributes, and Points of Interest (POI). The venue POI attributes are the stored in following objects |
The Discovery Service Response
The discovery service responds with JSON data that lists the matching venues and describes their main attributes..
The Venue Index Response
The venue index responds with JSON data that lists all venues that the Venue Maps API supports
The Signature Service Response
The signature services provides you with the necessary credentials to make signed requests.