Description


Setting up the component. The class has the following properties


 Property

 Description

 property DefaultToCurrentLocation: Boolean

 Sets the current location as the default position when Launch is called. DefaultLatitude and DefaultLongitude are ignored if set to true.

 property DefaultLatitude: Double

 Sets the latitude value for the default position when Launch is called.

 property DefaultLongitude: Double

 Sets the longitude value for the default position when Launch is called.

 property DisableDoubleClickZoom: Boolean

 When set to true, disables zoom functions when double-clicking.

 property DisablePOI: Boolean

 When set to true, disable display of the points of interest on the map.

 property DisableTilt: Boolean

 Disable the auto-tilted view on satellite maptype. Note: tilted view is only available at specific locations for specific zoom levels, this is a limitation of the Google Maps API.

 property Draggable: Boolean

 When set to true, the entire map can be moved around in the control.

 property EnableKeyboard: Boolean

 When set to true, enables the use of the keyboard for controlling panning in the map (or in street view mode).

 property Language: TLanguageName

 Defines the language of the map. Available values: lnDefault, lnArabic, lnBasque, lnBulgarian, lnBengali, lnCatalan, lnCzech, lnDanish, lnGerman, lnGreek, lnEnglish, lnEnglish_Australian, lnEnglish_GreatBritain, lnSpanish, lnFarsi, lnFinnish, lnFilipino, lnFrench, lnGalician, lnGujarati, lnHindi, lnCroatian, lnHungarian, lnIndonesian, lnItalian, lnHebrew, lnJapanese, lnKannada, lnKorean, lnLithuanian, lnLatvian, lnMalayalam, lnMarathi, lnDutch, lnNorwegian, lnPolish, lnPortuguese, lnPortuguese_Brazil, lnPortuguese_Portugal, lnRomanian, lnRussian, lnSlovak, lnSlovenian, lnSerbian, lnSwedish, lnTagalog, lnTamil, lnTelugu, lnThai, lnTurkish, lnUkrainian, lnVietnamese, lnChinese_Simplified, lnChinese_Tradtional

 property MapType: TMapType

 Sets the type of map. Available values: mtDefault, mtSatellite, mtHybrid, mtTerrain

 property ShowTraffic: Boolean

 When set to true, and if available in your country, traffic information can be displayed.

 property ShowBicycling: Boolean

 When set to true, and if available in your country, bicycle trail information can be displayed on the map.

 property ScrollWheel: Boolean

 When set to true, enables the use of the scroll wheel. The scroll wheel can be used to zoom in and out on the map.

 property ZoomMap: TZoomMap

 Is to be used to set the default zoom at startup. The zoom value is a value between 1 and 21 with 21 being the highest zoom level.