Element Details: Connection.Google+Maps
 Back


Available in: Logi Info Source code name: Connection.GoogleMaps

The connection information for Google Maps.

The GoogleMapsApiKey attribute is for showing maps with the GoogleMaps element. Google provides these API keys from this link:
https://code.google.com/apis/console

The GoogleMapsClientID and GoogleMapsPrivateKey attributes 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.

Element Group:Geographical



ATTRIBUTES

Click attribute Name to drill down for more information.

NamePossible ValuesDescription
GoogleMapsApiKey
UserDefined
(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
UserDefined
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
UserDefined
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
UserDefined
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
True
False
To load the Google Maps API over HTTPS, set the value to "True". The Default is "False".
ID
UserDefined
(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.



PARENT ELEMENTS

Click element to drill down for more information.

Connections


CHILD ELEMENTS

Click element to drill down for more information.



 Back to top