Constructs a BaseMapMarker object.
Namespace: FiftyOne.Framework.Mobile.MapAssembly: FiftyOne.Framework (in FiftyOne.Framework.dll) Version: 2.0.2.1 (2.0.2.1)
Syntax
| C# |
|---|
public BaseMapMarker( Position center, string text, MarkerColor color ) |
| Visual Basic |
|---|
Public Sub New ( _ center As Position, _ text As String, _ color As MarkerColor _ ) |
| Visual C++ |
|---|
public: BaseMapMarker( Position^ center, String^ text, MarkerColor color ) |
Parameters
- center
- Type: FiftyOne.Framework.Location..::..Position
latitude as a Position object
- text
- Type: System..::..String
name of the marker
- color
- Type: FiftyOne.Framework.Mobile.Map..::..MarkerColor
color of the marker as a MarkerColor