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(
	Latitude latitude,
	Longitude longitude,
	string text,
	MarkerColor color
)
Visual Basic
Public Sub New ( _
	latitude As Latitude, _
	longitude As Longitude, _
	text As String, _
	color As MarkerColor _
)
Visual C++
public:
BaseMapMarker(
	Latitude^ latitude, 
	Longitude^ longitude, 
	String^ text, 
	MarkerColor color
)

Parameters

latitude
Type: FiftyOne.Framework.Location..::..Latitude
latitude as a Latitude object
longitude
Type: FiftyOne.Framework.Location..::..Longitude
longitude as a Longitude object
text
Type: System..::..String
name of the marker
color
Type: FiftyOne.Framework.Mobile.Map..::..MarkerColor
color of the marker as a MarkerColor

See Also