| cadetill's blog | Copyright © Xavier Martínez (cadetill) |
Class TGMKmlLayerOptions
Unit
Declaration
type TGMKmlLayerOptions = class(TGMPersistentStr)
Description
Class for google.maps.KmlLayerOptions object from Google Maps API.
This class is used to define the properties that can be set on a KmlLayer.
More information at google.maps.KmlLayerOptions interface
Hierarchy
- TObject
- TPersistent
- TInterfacedPersistent
- TGMInterfacedOwnedPersistent
- TGMPersistent
- TGMPersistentStr
- TGMKmlLayerOptions
Overview
Methods
![]() |
constructor Create(AOwner: TPersistent); override; |
![]() |
function PropToString: string; override; |
![]() |
procedure Assign(Source: TPersistent); override; |
Properties
![]() |
property APIUrl; |
![]() |
property Clickable: Boolean read FClickable write SetClickable default True; |
![]() |
property PreserveViewport: Boolean read FPreserveViewport write SetPreserveViewport default False; |
![]() |
property ScreenOverlays: Boolean read FScreenOverlays write SetScreenOverlays default True; |
![]() |
property SuppressInfoWindows: Boolean read FSuppressInfoWindows write SetSuppressInfoWindows default False; |
![]() |
property Url: string read FUrl write SetUrl; |
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 Clickable: Boolean read FClickable write SetClickable default True; |
|
If
Default | |
![]() |
property ScreenOverlays: Boolean read FScreenOverlays write SetScreenOverlays default True; |
|
Whether to render the screen overlays.
Default | |
![]() |
property SuppressInfoWindows: Boolean read FSuppressInfoWindows write SetSuppressInfoWindows default False; |
|
Suppress the rendering of info windows when layer features are clicked.
Default | |
![]() |
property Url: string read FUrl write SetUrl; |
|
The URL of the KML document to display.
| |
Generated by PasDoc 0.15.0.

