Class THERETilesProvider

Unit

Declaration

type THERETilesProvider = class(TTilesProvider)

Description

HERE tile image provider

Hierarchy

Overview

Fields

Public nested const DefTilesCopyright = '(c) HERE';
Public nested const DefTileURLPatt = 'https://{1-4}.base.maps.ls.hereapi.com/maptile/2.1/maptile/newest/normal.day/{z}/{x}/{y}/256/png8?apiKey={key}';

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) HERE';

Default copyright text

Public nested const DefTileURLPatt = 'https://{1-4}.base.maps.ls.hereapi.com/maptile/2.1/maptile/newest/normal.day/{z}/{x}/{y}/256/png8?apiKey={key}';

Default pattern of tile URL

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.