|
GoogleMapsApiKey | | (Required) Google requires a valid API key that corresonds to the web site's URL. You can learn more and obtain an API key by visiting http://www.google.com/apis/ maps. |
GoogleMapsApiVersion | | The Google Maps API is regularly updated with new features, bug fixes, and performance improvements.
You can indicate which version of the API to load within the application by specifying it here.
By default, we will load the latest Google Maps API, unless a version is specified.
More about versions and release notes found here - https://developers.google.com/maps/documentation/javascript/releases |
GoogleMapsClientID | | The GoogleMapsClientID and GoogleMapsPrivateKey are for the GeocodeColumns element, which works under DataLayers to geocode addresses. These values are provided to Google's "Google Maps API for Business" customers.
Geocoding works without these values, but the rate and number of requests is limited by Google. |
GoogleMapsPrivateKey | | The GoogleMapsClientID and GoogleMapsPrivateKey are for the GeocodeColumns element, which works under DataLayers to geocode addresses. These values are provided to Google's "Google Maps API for Business" customers.
Geocoding works without these values, but the rate and number of requests is limited by Google. |
GoogleMapsUseHTTPS | | To load the Google Maps API over HTTPS, set the value to "True".
The Default is "False". |
ID | | (Required) The ID attribute is a pervasive attribute that uniquely identifies an element within a definition file. The ID needs to be a unique value within the definition. |