Requesting a Full Model
The user wants to get detailed information about a specific venue.
You can use venue Models to get more venue details. These models provide a customized experience with enhanced performance. Instead of requesting information about individal sections of the venue, you get a full data model for the entire venue.
Request
The following example shows how to retrieve the venue model for Alexa Shopping Center, Berlin, Germany.
http://static-3.venue.maps.api.here.com/1/models-full/DM_7171.json?
This is an example of requesting a Full Venue Model. For the full reference, see Full Models. In this example, we retrieve a venue model for the Alexa Shopping Center, Berlin, Germany. Models are identified by venue identifier in the following format:
DM_<integer>
To obtain a Venue Identifier, get a list of the venues available in a given geographical area using Discovery Service, or get a list of all the venues available in Venue Maps API by using Venue Index
Request:
http://static-3.venue.maps.api.here.com/1/models-full/DM_7171.json?
Policy={YOUR_GENERATED_POLICY}
&Signature={YOUR_GENERATED_SIGNATURE}
&Key-Pair-Id={YOUR_GENERATED_KEY_PAIR_ID}
&app_id={YOUR_APP_ID}
&app_code={YOUR_APP_CODE}
The venue identifier specifies models in the following format: DM_<integer>
To find the venue identifier for a venue, use the Discovery Service. This services gives you a list of the venues available in a given geographical area. To get a complete list of all the venues that are covered by in the Venue Maps API, use the Venue Index.
Response
The response contains a full data model for the venue:
{"content":
{"category":
{
"id":"shopping","nt":"6512"
},
"phoneNumber":"+49 (30) 2693400",
"placeId":"",
"names":{"GER":"Alexa Shopping Center"},
"addresses":
{"GER":{"postalCode":"10179",
"countryCode":"DEU",
"houseNumber":"20",
"streetName":"Gruner strasse",
"district":"DE","city":"Berlin"},
"ENG":{"postalCode":"10179",
"countryCode":"DEU",
"houseNumber":"20",
"streetName":"Gruner strasse",
"district":"DE","city":"Berlin"}},
"contentId":"814985"},
"connectors":[{
"destination2":"Lv15003Ds_2486040",
"connectorClass":"ELEVATOR",
"destination1":"Lv15004Ds_2486057"}, ...
== Content Truncated ==