Show / Hide Table of Contents

Class GeoMapIcon

Handling of a mapping pushpin

Inheritance
System.Object
GeoMapElement
GeoMapIcon
Implements
IGeoMapElement
Inherited Members
GeoMapElement.UniqueId
GeoMapElement.Color
GeoMapElement.Thickness
GeoMapElement.Name
GeoMapElement.Description
GeoMapElement.DataList
GeoMapElement.AddDataList(String, String)
GeoMapElement.AssignProperties(MapObjectProperties)
GeoMapElement.Draw()
Namespace: FpAssistantCore.Geographical
Assembly: FpAssistantCoreScl.dll
Syntax
public class GeoMapIcon : GeoMapElement, IGeoMapElement

Constructors

View Source

GeoMapIcon(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

System.String title

Text literal to be displayed along side the mapping icon

Properties

View Source

Coordinate

Geocoordinate of the map icon

Declaration
public GeoCoordinate Coordinate { get; set; }
Property Value
Type Description
GeoCoordinate
View Source

Title

Geocoordinate of the mapicon

Declaration
public string Title { get; set; }
Property Value
Type Description
System.String

Implements

IGeoMapElement
  • View Source
In This Article
Back to top Copyright 2018-2024 CADology Limited