TTMSFNCMapsOptions Class
Configures default map behavior and provider options.
API unit family: TMSFNCMaps
Inherits from: TPersistent
Syntax
TTMSFNCMapsOptions = class(TPersistent)
Properties
| Name | Description |
|---|---|
| Console | Specifies whether provider console output is enabled. Set to True to enable it. |
| DefaultLatitude | Default Latitude value. |
| DefaultLongitude | Default Longitude value. |
| DefaultZoomLevel | Default Zoom Level value. |
| Locale | Locale value. |
| Panning | Specifies whether the user can pan the map. Set to True to allow panning. |
| ShowMapTypeControl | Specifies whether map type control is shown. Set to True to show it. |
| ShowZoomControl | Specifies whether zoom control is shown. Set to True to show it. |
| ZoomOnDblClick | Specifies whether zoom on dbl click is enabled. Set to True to enable it. |
| ZoomOnWheelScroll | Specifies whether zoom on wheel scroll is enabled. Set to True to enable it. |
Events
| Name | Description |
|---|---|
| OnChange | Occurs when change is raised. |