OpenStreetMapPyramid

Description

sealed class Tinman.AddOns.Pyramids.OpenStreetMapPyramid

Derived from

HttpPyramid abstract

Full source code is included in the Tinman 3D SDK download.

An implementation of the IPixelPyramid interface that accesses the OpenStreetMap static map imagery via HTTP.

By using this class, you explicitly agree to and obey the OpenStreetMap Terms of Use, which can be found here: https://www.openstreetmap.org/copyright.

Public / Constructors

Open​Street​Map​Pyramid


public constructor OpenStreetMapPyramid → (1)

http opt : ISimpleHttp own = null

The custom ISimpleHttp object to use.

Creates a new instance of OpenStreetMapPyramid.

Configuration

Config


public static attribute Config → (get)

value : IConfigurator<IPixelPyramid>

[not-null]
The configurator object.

The configurator object for this type.