| cadetill's blog | Copyright © Xavier Martínez (cadetill) |
Class TGMMapTypeControlOptions
Unit
Declaration
type TGMMapTypeControlOptions = class(TGMPersistentStr)
Description
google.maps.MapTypeControlOptions object from Google Maps API.
Options for the rendering of the map type control.
More information at google.maps.MapTypeControlOptions interface.
Hierarchy
- TObject
- TPersistent
- TInterfacedPersistent
- TGMInterfacedOwnedPersistent
- TGMPersistent
- TGMPersistentStr
- TGMMapTypeControlOptions
Overview
Methods
![]() |
constructor Create(AOwner: TPersistent); override; |
![]() |
function PropToString: string; override; |
![]() |
procedure Assign(Source: TPersistent); override; |
Properties
![]() |
property APIUrl; |
![]() |
property MapTypeIds: TGMMapTypeIds read FMapTypeIds write SetMapTypeIds default [mtHYBRID, mtROADMAP, mtSATELLITE, mtTERRAIN]; |
![]() |
property Position: TGMControlPosition read FPosition write SetPosition default cpTOP_RIGHT; |
![]() |
property Style: TGMMapTypeControlStyle read FStyle write SetStyle default mtcDEFAULT; |
Description
Methods
![]() |
constructor Create(AOwner: TPersistent); override; |
|
Class constructor.
Parameters
| |
![]() |
function PropToString: string; override; |
|
Converts all class properties values to a string separated by comma used to send values to a JavaScript function. Returnsstring with all properties. | |
Properties
![]() |
property APIUrl; |
|
URL to Google Maps API page. | |
![]() |
property MapTypeIds: TGMMapTypeIds read FMapTypeIds write SetMapTypeIds default [mtHYBRID, mtROADMAP, mtSATELLITE, mtTERRAIN]; |
|
IDs of map types to show in the control. | |
![]() |
property Position: TGMControlPosition read FPosition write SetPosition default cpTOP_RIGHT; |
|
Position id.
Used to specify the position of the control on the map. | |
![]() |
property Style: TGMMapTypeControlStyle read FStyle write SetStyle default mtcDEFAULT; |
|
Style id.
Used to select what style of map type control to display. | |
Generated by PasDoc 0.15.0.

