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 initalise 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 |
System.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 |
---|---|
System.String |