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,
	string token
)
Visual Basic
Protected Sub New ( _
	uriFormat As String, _
	token As String _
)

Parameters

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

See Also