skip navigation
  • Product Bundles

    DevCraft

    All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:

    • AI Coding Assistants
    • Embedded Reporting
    • Document Processing Libraries
    • SSO Account Sign-in

    Web

    Kendo UI UI for Angular UI for Vue UI for jQuery KendoReact UI for Blazor UI for ASP.NET Core UI for ASP.NET MVC UI for ASP.NET AJAX

    Mobile

    UI for .NET MAUI

    Document Management

    Telerik Document Processing

    Desktop

    UI for .NET MAUI UI for WinUI UI for WinForms UI for WPF

    Reporting

    Telerik Reporting Telerik Report Server

    Testing & Mocking

    Test Studio Telerik JustMock

    CMS

    Sitefinity

    AI Productivity Tools

    AI Coding Assistants

    UI/UX Tools

    ThemeBuilder Design System Kit Templates and Building Blocks

    Debugging

    Fiddler Fiddler Everywhere Fiddler Classic Fiddler Everywhere Reporter FiddlerCore

    Free Tools

    KendoReact Free VB.NET to C# Converter Testing Framework
    View all products
  • Overview
  • Demos
    • What's New
    • Roadmap
    • Release History
  • Support and Learning

    • Support and Learning Hub
    • First Steps
    • Docs
    • Demos
    • Virtual Classroom
    • Forums
    • Videos
    • Blogs
    • Accessibility
    • Submit a Ticket

    Productivity and Design Tools

    • Visual Studio Extensions
    • Visual Studio Templates
    • Embedded Reporting
  • Pricing
  • Shopping cart
    • Account Overview
    • Your Licenses
    • Downloads
    • Support Center
    • Forum Profile
    • Payment Methods
    • Edit Profile
    • Log out
  • Login
  • Contact Us
  • Try now

Class LocalMapProvider

Inheritance
System.Object
LocalMapProvider
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.RadMap.dll

Syntax

public class LocalMapProvider : IMapProvider, ICloneable, IMapTileProvider

Constructors

LocalMapProvider()

Initializes a new instance of the LocalMapProvider class.

Declaration
public LocalMapProvider()

LocalMapProvider(String, String)

Initializes a new instance of the LocalMapProvider class.

Declaration
public LocalMapProvider(string directoryPath, string fileFormat)
Parameters
System.String directoryPath

The directory path.

System.String fileFormat

The file format.

Properties

CacheProvider

Declaration
public IMapCacheProvider CacheProvider { get; set; }
Property Value
IMapCacheProvider

Implements
IMapTileProvider.CacheProvider

DirectoryPath

Declaration
public virtual string DirectoryPath { get; set; }
Property Value
System.String

EnableCaching

Declaration
public bool EnableCaching { get; set; }
Property Value
System.Boolean

Implements
IMapTileProvider.EnableCaching

FileFormat

Declaration
public virtual string FileFormat { get; set; }
Property Value
System.String

Id

Declaration
public virtual string Id { get; }
Property Value
System.String

Implements
IMapProvider.Id

Initialized

Gets or sets a value indicating whether this LocalMapProvider is initialized.

Declaration
public bool Initialized { get; protected set; }
Property Value
System.Boolean

true if initialized; otherwise, false.

MaxZoomLevel

Declaration
public virtual int MaxZoomLevel { get; set; }
Property Value
System.Int32

Implements
IMapProvider.MaxZoomLevel

MinZoomLevel

Declaration
public virtual int MinZoomLevel { get; set; }
Property Value
System.Int32

Implements
IMapProvider.MinZoomLevel

NoImageAvailable

Gets or sets an image that will be displayed when a tile image cannot be retrieved or does not exist.

Declaration
public Image NoImageAvailable { get; set; }
Property Value
System.Drawing.Image

The no image available.

TileDownloader

Declaration
public IMapTileDownloader TileDownloader { get; set; }
Property Value
IMapTileDownloader

Implements
IMapTileProvider.TileDownloader

TileSize

Declaration
public Size TileSize { get; set; }
Property Value
System.Drawing.Size

Implements
IMapTileProvider.TileSize

Methods

Clone()

Declaration
public virtual object Clone()
Returns
System.Object

Implements
System.ICloneable.Clone()

GetContent(IMapViewport)

Declaration
public virtual IEnumerable<MapVisualElement> GetContent(IMapViewport viewport)
Parameters
IMapViewport viewport

Returns
System.Collections.Generic.IEnumerable<MapVisualElement>

Implements
IMapProvider.GetContent(IMapViewport)

GetSupportedViews()

Declaration
public virtual List<MapViewInfo> GetSupportedViews()
Returns
System.Collections.Generic.List<MapViewInfo>

Implements
IMapProvider.GetSupportedViews()

GetTileImage(Int32, Int32, Int32)

Declaration
public Image GetTileImage(int x, int y, int zoom)
Parameters
System.Int32 x

System.Int32 y

System.Int32 zoom

Returns
System.Drawing.Image

Implements
IMapTileProvider.GetTileImage(Int32, Int32, Int32)

Initialize()

Declaration
public virtual void Initialize()
Implements
IMapProvider.Initialize()

LoadTile(Int32, Int32, Int32)

Loads the tile image.

Declaration
public virtual Image LoadTile(int x, int y, int zoom)
Parameters
System.Int32 x

The x.

System.Int32 y

The y.

System.Int32 zoom

The zoom.

Returns
System.Drawing.Image

Image.

OnInitializationComplete(EventArgs)

Declaration
protected virtual void OnInitializationComplete(EventArgs e)
Parameters
System.EventArgs e

OnInitializationError(InitializationErrorEventArgs)

Declaration
protected virtual void OnInitializationError(InitializationErrorEventArgs e)
Parameters
InitializationErrorEventArgs e

OnProviderUpdated(EventArgs)

Declaration
protected virtual void OnProviderUpdated(EventArgs e)
Parameters
System.EventArgs e

SetView(MapViewInfo)

Declaration
public virtual void SetView(MapViewInfo view)
Parameters
MapViewInfo view

Implements
IMapProvider.SetView(MapViewInfo)

ViewportChanged(IMapViewport, ViewportChangeAction)

Declaration
public virtual void ViewportChanged(IMapViewport viewport, ViewportChangeAction action)
Parameters
IMapViewport viewport

ViewportChangeAction action

Implements
IMapProvider.ViewportChanged(IMapViewport, ViewportChangeAction)

Events

InitializationComplete

Declaration
public event EventHandler InitializationComplete
Event Type
System.EventHandler

Implements
IMapProvider.InitializationComplete

InitializationError

Declaration
public event InitializationErrorEventHandler InitializationError
Event Type
InitializationErrorEventHandler

Implements
IMapProvider.InitializationError

ProviderUpdated

Declaration
public event EventHandler ProviderUpdated
Event Type
System.EventHandler

Implements
IMapProvider.ProviderUpdated

Extension Methods

SvgExtentions.Traverse<T>(T, Func<T, IEnumerable<T>>)
SvgExtentions.TraverseDepthFirst<T>(T, Func<T, IEnumerable<T>>)
Getting Started
  • Install Now
  • Demos
  • Step-by-Step Tutorial
  • Sample Applications
  • SDK Samples
  • Visual Studio Extensions
Support Resources
  • Code Library
  • Knowledge Base
  • Videos
Community
  • Forums
  • Blogs
  • Feedback Portal
  • Document Processing Feedback Portal

Copyright © 2018 Progress Software Corporation and/or its subsidiaries or affiliates.
All Rights Reserved.

Progress, Telerik, and certain product names used herein are trademarks or registered trademarks of Progress Software Corporation and/or one of its subsidiaries or affiliates in the U.S. and/or other countries. See Trademarks for appropriate markings.