Defines the modes used to display tiles in C1MapTilesLayer.

Namespace:  C1.Phone.Maps
Assembly:  C1.Phone.Maps (in C1.Phone.Maps.dll)

Syntax

C#
public enum MapTilesMode
Visual Basic
Public Enumeration MapTilesMode

Members

Member nameValueDescription
Native0 Use native Silverlight implementation with low CPU usage.
DeepZoom1 Use Deep Zoom.

See Also