Element Details: Google+Map
 Back


Available in: Logi Info Source code name: GoogleMap

Displays a Google map.

Maps typically have MapMarkers indicating one or more locations. Locations are set with longitude and latitude which can be derived from addresses with a GeocodeColumns element under the MapMarkers' DataLayer.

Markers can consist of an image, chart or gauge. You can add Action elements so that when a user clicks a marker, an information panel appears or another report is shown.

The initial area displayed by the map is controlled by locations of the MapMarkers so that they are all shown.

GoogleMaps cannot be exported to PDF or other formats.

Element Group:Charts, Gauges and GIS Maps



ATTRIBUTES

Click attribute Name to drill down for more information.

NamePossible ValuesDescription
ConnectionID
UserDefined
Specifies a connection to a data source that is defined in the Settings. For elements connecting to relational databases, default is the first Connection element in _settings.lgx.
GoogleMapShowTraffic
True
False
Specifies whether or not the traffic information appears on the map. The default value is "False".
GoogleMapStreetView
True
False
Specifies whether or not the "Street View" control appears on the map. This control contains a "peg man" icon that can be dragged onto the map to enable Street View mode, which provides a street-level photographic view of the surroundings of the icon. The default value is "True".
GoogleMapTypeControl
False
Dropdown
Buttons
Specifies whether or not the Map Type controls appear on the map. These controls allow the user to select the type of map to be shown ("Map", "Satellite", etc.). The available map types the user can select will vary depending on the map size and the value of the Google Map Types attribute. The default value is "Auto", which selects the best control types based on map size and other factors.
GoogleMapTypes
Terrain
Satellite
Map
Hybrid
Specifies the type of map available for selection by the user when GoogleMapTypeControl is "True" or "Auto". One or more map types may be entered, separated by commas, making the corresponding map types available to the user. The first map type entered will be the default type shown when the map is first displayed. Available map type values include "Map", "Hybrid", "Satellite", and "Terrain".
GoogleMapZoomControl
True
False
Specifies whether or not to display the zoom control. The default is "True"
Height
UserDefined
(Required) The height of the element. For some elements, leave the height blank to automatically size the element to the height of the content.
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.
MapScale
True
False
Specifies whether or not a map scale is shown on the map. The default value is "False".
SecurityRightID
UserDefined
When entered, access to this element can be controlled with Logi security. Supply the ID of a right defined in the applications settings’ Security element. Only users that have a right in the SecurityRightID will be able to see the element. Note that when rights come from RightFromRole elements under Security/UserRights, and this element's SecurityRightID does NOT match any of the Right IDs defined in the Settings definition, then the user DOES have access. But when Right IDs are instead derived from RightsFromDataLayer or RightsFromRoles elements, and the user DOES NOT have a matching Right, then the user DOES NOT have access. You can enter multiple right IDs, separated by commas. In this case, the user sees the element if he has any one of the Rights.
Width
UserDefined
(Required) The width of the element.



PARENT ELEMENTS

Click element to drill down for more information.

Body
Column Cell
Division
Fieldset Box
HTML Tag
Report Footer
Report Header
Tab Panel


CHILD ELEMENTS

Click element to drill down for more information.

KML Overlay
Map Initial View
Map Markers
Map Polygons
Map Polylines
Resizer


 Back to top


 Chart Debug