XML element: <location>
The <location> element contains information for a specific location. The description, label, x and y are required attributes.
Attributes
Attribute |
Type |
Description |
Supported in |
|---|---|---|---|
address |
String |
This attribute specifies the street address. |
|
categories |
String |
This attribute specifies the category. |
|
city |
String |
This attribute specifies the city. |
|
country |
String |
This attribute specifies the country. |
|
description |
String |
This attribute specifies the description information for a location. This is a required attribute. |
|
String |
This attribute specifies the email address. |
||
fax |
String |
This attribute specifies the fax number. |
|
label |
String |
This attribute specifies the label that is displayed beside a location on a map. This is a required attribute. |
|
phone |
String |
This attribute specifies the phone number. |
|
postalCode |
String |
This attribute specifies the postal code or zip code. |
|
rating |
double |
This attribute specifies the rating information in the range of 0 to 5. |
|
region |
String |
This attribute specifies the province or state. |
|
url |
String |
This attribute specifies the URL. |
|
x or the alias, lon |
integer |
This attribute specifies the longitude in decimal degrees with five decimal accuracy multiplied by 100,000. This is a required attribute. |
|
y or the alias, lat |
integer |
This attribute specifies the latitude in decimal degrees with five decimal accuracy multiplied by 100,000. This is a required attribute. |
|
zoom |
integer |
This attribute specifies the zoom level from 0 to 15. |