Skip to main content

MapTileSourceBase Members

The base for all classes that can load image tiles from external map data providers.

Constructors

Name Description
MapTileSourceBase(String, Int32, Int32, Int32, Int32, ICacheOptionsProvider) Initializes a new instance of the MapTileSourceBase class with specified settings.

Methods

Name Description
Dispose() Disposes the MultiScaleTileSource object. Inherited from MultiScaleTileSource.
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetTileByZoomLevel(Int32, Int32, Int32) Returns the path to the image tile using the X and Y positions for the required zoom level.
GetType() Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
ToString() Returns a string that represents the current object. Inherited from Object.
See Also