Creates a new instance of VirtualEarthSource.

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

Syntax

C#
protected VirtualEarthSource(
	string uriFormat
)
Visual Basic
Protected Sub New ( _
	uriFormat As String _
)

Parameters

uriFormat
Type: System..::..String
Uri format with placeholders for server number and tile id.

See Also