Class TDummyTilesProvider
Unit
Declaration
type TDummyTilesProvider = class(TTilesProvider)
Description
Dummy tile provider class, used as a stub in map control if no real provider is assigned. For offline mode only, shouldn't be used in network request.
Hierarchy
- TObject
- TTilesProvider
- TDummyTilesProvider
Overview
Fields
nested const DefTilesCopyright = '(c) Tile provider (loaded from offline)'; |
Methods
constructor Create; override; |
|
class function Name: string; override; |
|
function GetTileURL(const Tile: TTile): string; override; |
Description
Fields
nested const DefTilesCopyright = '(c) Tile provider (loaded from offline)'; |
|
Default copyright text |
Methods
constructor Create; override; |
|
This item has no description. |
class function Name: string; override; |
|
This item has no description. Showing description inherited from TTilesProvider.Name. Function to return displayable provider name. Name could be used for selection in UI, file paths etc. There's no special limitations on the format of this string so when using it for something other than simple display, the value probably must be validated/preprocessed. The only recommendation is to keep the name short. |
function GetTileURL(const Tile: TTile): string; override; |
|
This item has no description. Showing description inherited from TTilesProvider.GetTileURL. Method to get URL of specified tile. Uses TileURLPatt |
Generated by PasDoc 0.16.0.