Constructs a BaseMapMarker object.

Namespace: FiftyOne.Framework.Mobile.Map
Assembly: FiftyOne.Framework (in FiftyOne.Framework.dll) Version: 2.0.2.1 (2.0.2.1)

Syntax

C#
public BaseMapMarker(
	Position center,
	string text,
	char alphanumericCharacter
)
Visual Basic
Public Sub New ( _
	center As Position, _
	text As String, _
	alphanumericCharacter As Char _
)
Visual C++
public:
BaseMapMarker(
	Position^ center, 
	String^ text, 
	wchar_t alphanumericCharacter
)

Parameters

center
Type: FiftyOne.Framework.Location..::..Position
latitude as a Position object
text
Type: System..::..String
name of the marker
alphanumericCharacter
Type: System..::..Char
character to use for the marker

See Also