MapLocation
Namespace: XPlat.Services.Maps
Represents a geographic location.
Supported platforms
Platform
Version
.NET Standard
2.0
Xamarin.Android
9.0
Xamarin.iOS
1.0
UWP
10.0.16299
Constructors
MapLocation(Windows.Services.Maps.MapLocation) - Windows
Parameters
mapAddress (Windows.Services.Maps.MapLocation)
MapLocation(Android.Locations.Address) - Android
Parameters
mapLocation (Android.Locations.Address)
MapLocation(CoreLocation.CLPlacemark) - iOS
Parameters
mapLocation (CoreLocation.CLPlacemark)
Properties
Point
Gets the coordinates of a geographic location.
DisplayName
Gets the display name of a geographic location.
Description
Gets the description of a geographic location.
Address
Gets the address of a geographic location.
Last updated