Class MapInfo
Assembly: Mapsui.dll
Syntax
Properties
|
Edit this page
View Source
Feature
The feature touched by the user
Declaration
public IFeature? Feature { get; set; }
Property Value
|
Edit this page
View Source
Layer
The layer to which the touched feature belongs
Declaration
public ILayer? Layer { get; set; }
Property Value
|
Edit this page
View Source
MapInfoRecords
Declaration
public List<MapInfoRecord> MapInfoRecords { get; set; }
Property Value
|
Edit this page
View Source
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
|
Edit this page
View Source
ScreenPosition
Screen position of the place the user touched
Declaration
public MPoint? ScreenPosition { get; set; }
Property Value
|
Edit this page
View Source
Style
The style of feature touched by the user
Declaration
public IStyle? Style { get; set; }
Property Value
|
Edit this page
View Source
WorldPosition
World position of the place the user touched
Declaration
public MPoint? WorldPosition { get; set; }
Property Value