Class GeoMapIcon
Handling of a mapping pushpin
Implements
Inherited Members
Namespace: FpAssistantCore.Geographical
Assembly: FpAssistantCoreScl.dll
Syntax
public class GeoMapIcon : GeoMapElement, IGeoMapElement
Constructors
View SourceGeoMapIcon(GeoCoordinate, string)
Constructor to initialise the GeoMapIcon with a label to display
Declaration
public GeoMapIcon(GeoCoordinate geoCoordinate, string title)
Parameters
| Type | Name | Description |
|---|---|---|
| GeoCoordinate | geoCoordinate | geographical coordinate of the map icon to be shown |
| string | title | Text literal to be displayed along side the mapping icon |
Properties
View SourceCoordinate
Geocoordinate of the map icon
Declaration
public GeoCoordinate Coordinate { get; set; }
Property Value
| Type | Description |
|---|---|
| GeoCoordinate |
Title
Geocoordinate of the mapicon
Declaration
public string Title { get; set; }
Property Value
| Type | Description |
|---|---|
| string |