| cadetill's blog | Copyright © Xavier Martínez (cadetill) |
Class TGMStreetViewControlOptions
Unit
Declaration
type TGMStreetViewControlOptions = class(TGMPersistentStr)
Description
google.maps.StreetViewControlOptions object from Google Maps API.
Options for the rendering of the Street View pegman control on the map.
More information at google.maps.StreetViewControlOptions interface.
Hierarchy
- TObject
- TPersistent
- TInterfacedPersistent
- TGMInterfacedOwnedPersistent
- TGMPersistent
- TGMPersistentStr
- TGMStreetViewControlOptions
Overview
Methods
![]() |
constructor Create(AOwner: TPersistent); override; |
![]() |
function PropToString: string; override; |
![]() |
procedure Assign(Source: TPersistent); override; |
Properties
![]() |
property APIUrl; |
![]() |
property Position: TGMControlPosition read FPosition write SetPosition default cpTOP_LEFT; |
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 Position: TGMControlPosition read FPosition write SetPosition default cpTOP_LEFT; |
|
Position id. Used to specify the position of the control on the map. The default position is embedded within the navigation (zoom and pan) controls. If this position is the same as that specified in the ZoomControlOptions or PanControlOptions, the Street View control will be displayed as part of the navigation controls. Otherwise, it will be displayed separately. | |
Generated by PasDoc 0.15.0.

