Class MapInfo
Inheritance
System.Object
MapInfo
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Mapsui.UI
Assembly: Mapsui.dll
Syntax
public class MapInfo
Properties
| Improve this Doc View SourceFeature
The feature touched by the user
Declaration
public IFeature Feature { get; set; }
Property Value
Type | Description |
---|---|
IFeature |
Layer
The layer to which the touched feature belongs
Declaration
public ILayer Layer { get; set; }
Property Value
Type | Description |
---|---|
ILayer |
MapInfoRecords
Declaration
public List<MapInfoRecord> MapInfoRecords { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<MapInfoRecord> |
Resolution
The resolution at which the info was retrieved. This can be useful to calculate screen distances, which are needed for editing functionality.
Declaration
public double Resolution { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
ScreenPosition
Screen position of the place the user touched
Declaration
public Point ScreenPosition { get; set; }
Property Value
Type | Description |
---|---|
Point |
Style
The style of feature touched by the user
Declaration
public IStyle Style { get; set; }
Property Value
Type | Description |
---|---|
IStyle |
WorldPosition
World position of the place the user touched
Declaration
public Point WorldPosition { get; set; }
Property Value
Type | Description |
---|---|
Point |