PlaceDescriptionInfo (JSON)
| URI: | PlaceDescriptionInfo |
|---|
Properties
| Name | Type | Description | |
|---|---|---|---|
| zoomLevel | number | Get the zoom level for this place description. | |
| relatedType | string | Get the type of this place description. This attribute is only relevant "related place descriptions." | |
| relatedSubType | string | Get the sub-type of this related place description. This attribute is only relevant "related place descriptions." |
Example
{
"zoomLevel" : 12345,
"relatedType" : "...",
"relatedSubType" : "..."
}