Click or drag to resize

RemoteTiledProvider Class

Provider loading tiled bitmaps from a given url.
Inheritance Hierarchy
SystemObject
  Ptv.XServer.Controls.Map.TileProvidersRemoteTiledProvider

Namespace:  Ptv.XServer.Controls.Map.TileProviders
Assembly:  Ptv.XServer.Controls.Map (in Ptv.XServer.Controls.Map.dll) Version: 1.7.10.0
Syntax
public class RemoteTiledProvider : ITiledProvider

The RemoteTiledProvider type exposes the following members.

Constructors
  NameDescription
Public methodRemoteTiledProvider
Initializes a new instance of the RemoteTiledProvider class.
Top
Properties
  NameDescription
Public propertyCacheId
Gets the cache id used to cache the tiled map.
Public propertyMaxZoom
Gets the maximum level where tiles are available.
Public propertyMinZoom
Gets the minimum level where tiles are available.
Public propertyRequestBuilderDelegate
Gets or sets a method which can be used to build a request.
Public propertyUserAgent
Gets or sets the value of the user agent HTTP header.
Top
Methods
  NameDescription
Public methodGetImageStream
Returns a serialized bitmapCache.
Public methodReadURL
Reads the content from a given url and returns it as a stream.
Top
Extension Methods
  NameDescription
Public Extension MethodToJson
Converts an object to a JSON string representation.
(Defined by JSONWriter.)
Top
See Also