MapLocationFinderResult
Namespace: XPlat.Services.Maps
Returns the result of a MapLocationFinder query.
Supported platforms
Platform
Version
.NET Standard
2.0
Xamarin.Android
9.0
Xamarin.iOS
1.0
UWP
10.0.16299
Constructors
MapLocationFinderResult(Windows.Services.Maps.MapLocationFinderResult) - Windows
Parameters
result (Windows.Services.Maps.MapLocationFinderResult)
MapLocationFinderResult(IEnumerable, MapLocationFinderStatus) - Android
Parameters
result (IEnumerable)
status (MapLocationFinderStatus)
MapLocationFinderResult(CoreLocation.CLPlacemark[], MapLocationFinderStatus) - iOS
Parameters
result (CoreLocation.CLPlacemark[])
status (MapLocationFinderStatus)
Properties
Locations
Gets the list of locations found by a MapLocationFinder query.
Status
Gets the status of a MapLocationFinder query.
Last updated