Namespace: provider

H.map.provider

This namespace contains interfaces and implementations related to providers.

Providers represent data sources of arbitrary data used by the Maps API's rendering engines. Specializations of this concept are tile providers (which create tile-partitioned data to be used by the renderer) and object providers (which provide map objects to the renderer for consumption).

Providers implement communication with backend-services and caching of received data.

Classes

ImageTileProvider
Invalidations
LocalObjectProvider
MarkerTileProvider
ObjectProvider
Provider
RemoteTileProvider
Tile
TileProvider