| cadetill's blog | Copyright © Xavier Martínez (cadetill) |
Class TGMTrafficLayerOptions
Unit
Declaration
type TGMTrafficLayerOptions = class(TGMPersistentStr)
Description
Class for google.maps.TrafficLayerOptions object from Google Maps API.
This class is used to define the properties that can be set on a TrafficLayer.
More information at google.maps.TrafficLayerOptions interface
Hierarchy
- TObject
- TPersistent
- TInterfacedPersistent
- TGMInterfacedOwnedPersistent
- TGMPersistent
- TGMPersistentStr
- TGMTrafficLayerOptions
Overview
Methods
![]() |
constructor Create(AOwner: TPersistent); override; |
![]() |
function PropToString: string; override; |
![]() |
procedure Assign(Source: TPersistent); override; |
Properties
![]() |
property APIUrl; |
![]() |
property AutoRefresh: Boolean read FAutoRefresh write SetAutoRefresh; |
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 AutoRefresh: Boolean read FAutoRefresh write SetAutoRefresh; |
|
Whether the traffic layer refreshes with updated information automatically.
Default | |
Generated by PasDoc 0.15.0.

