Initializes a new VirtualEarthAerialSource with an authentication token.

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

Syntax

C#
public VirtualEarthAerialSource(
	string token
)
Visual Basic
Public Sub New ( _
	token As String _
)

Parameters

token
Type: System..::..String

Remarks

See this MSDN article for information on how to obtain a token.

See Also