Gets or sets the MapTilesMode used by the built in C1MapTilesLayer.

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

Syntax

C#
public MapTilesMode TilesMode { get; set; }
Visual Basic
Public Property TilesMode As MapTilesMode
	Get
	Set

Remarks

Native uses less CPU than DeepZoom, but its transitions aren't as smooth.

See Also