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

Overview

Fields

Public nested const DefTilesCopyright = '(c) Tile provider (loaded from offline)';

Methods

Public constructor Create; override;
Public class function Name: string; override;
Public function GetTileURL(const Tile: TTile): string; override;

Description

Fields

Public nested const DefTilesCopyright = '(c) Tile provider (loaded from offline)';

Default copyright text

Methods

Public constructor Create; override;

This item has no description.

Public 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.

Public 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.