Method ScreenToLocation
ScreenToLocation(CGPoint)
Converts screen coordinates relative to the upper-left corner of the map view to a location in map coordinates.
Declaration
public MapPoint ScreenToLocation(CGPoint screenPoint)
Parameters
Type | Name | Description |
---|---|---|
Core |
screenPoint | The screen coordinate, in device-independent pixels (DIPs). |
Returns
Type | Description |
---|---|
Map |
A Map |
Remarks
To call this method, assign a map to the map view, ensure that it is loaded and the draw status is Completed.
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET iOS | 200.0 - 200.6 |
Xamarin.iOS | 100.0 - 100.15 |