| cadetill's blog | Copyright © Xavier Martínez (cadetill) |
Unit GMLib.Sets
Description
Sets for GMLib.
The GMLib.Sets unit contains all sets used by GMLib.
Overview
Types
TGMLang = (...); |
TGMAPIVer = (...); |
TGMAPILang = (...); |
TGMAPIRegion = (...); |
TGMControlPosition = (...); |
TGMGestureHandling = (...); |
TGMMapTypeId = (...); |
TGMMapTypeIds = set of TGMMapTypeId; |
TGMMapTypeControlStyle = (...); |
TGMScaleControlStyle = (...); |
Description
Types
TGMLang = (...); |
|
CEF4DELPHI installed delphi 6 delphi 7 delphi 2005 delphi 2006 delphi 2007 delphi 2009 delphi 2010 XE XE2 XE3 XE4 XE5 XE6 XE7 XE8 Seattle 10 Berlin 10.1 Tokyo 10.2 Rio 10.3 Sydney 10.4 Alexandria 11.0/11.1 Language in which messages are displayed of the exceptions raised by GMLib. Values
|
TGMAPIVer = (...); |
|
Version of the Google Maps API to use For more info see Versioning on Google Maps Values
|
TGMAPILang = (...); |
|
By default the API will attempt to load the most appropriate language based on the users location or browser settings.
But some APIs allow you to explicitly set a language when you make a request. More info at Localizing the Map and more specific at Supported Languages Values
|
TGMAPIRegion = (...); |
|
When you load the Maps JavaScript API from maps.googleapis.com it applies a default bias for application behavior towards the United States.
If you want to alter your application to serve different map tiles or bias the application (such as biasing geocoding results towards the region), you can override this default behavior by adding a region. More info at Localizing the Map and more specific at Google Maps Platform Coverage Details Values
|
TGMControlPosition = (...); |
|
Identifiers used to specify the placement of controls on the map.
Controls are positioned relative to other controls in the same layout position. Controls that are added first are positioned closer to the edge of the map. +----------------+ + TL TC TR + + LT RT + + + + LC RC + + + + LB RB + + BL BC BR + +----------------+
Elements in the top or bottom row flow towards the middle of the row. Elements in the left or right column flow towards the middle of the column. More info at google.maps.ControlPosition constants Values
|
TGMGestureHandling = (...); |
|
This setting controls how the API handles gestures on the map.
More info at MapOptions.gestureHandling property Values
|
TGMMapTypeId = (...); |
|
Identifiers for common MapTypes.
More info at google.maps.MapTypeId constants Values
|
TGMMapTypeIds = set of TGMMapTypeId; |
|
Set of TGMMapTypeId.
|
TGMMapTypeControlStyle = (...); |
|
Identifiers for common MapTypeControlStyle.
More info at google.maps.MapTypeControlStyle constants Values
|
TGMScaleControlStyle = (...); |
|
Identifiers for scale control ids.
More info at google.maps.ScaleControlStyle constants Values
|
Author
Created
August 2, 2022
Last Modified
August 11, 2022
Generated by PasDoc 0.15.0.