| cadetill's blog | Copyright © Xavier Martínez (cadetill) |
Class TGMTransitLayer
Unit
Declaration
type TGMTransitLayer = class(TGMPersistentStr)
Description
Class for google.maps.TransitLayer class.
More information at google.maps.TransitLayer class
Hierarchy
- TObject
- TPersistent
- TInterfacedPersistent
- TGMInterfacedOwnedPersistent
- TGMPersistent
- TGMPersistentStr
- TGMTransitLayer
Overview
Methods
![]() |
constructor Create(AOwner: TPersistent); override; |
![]() |
function PropToString: string; override; |
![]() |
procedure Assign(Source: TPersistent); override; |
Properties
![]() |
property APIUrl; |
![]() |
property Show: Boolean read FShow write SetShow; |
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 Show: Boolean read FShow write SetShow; |
|
Show or hide the layer.
If set to | |
Generated by PasDoc 0.15.0.

