XPlat Windows APIs
  • XPlat Windows APIs
  • Getting started
  • XPlat.ApplicationModel
    • IPackage
    • IPackage2
    • IPackage3
    • IPackageId
    • Package
    • PackageId
    • PackageVersion
  • XPlat.ApplicationModel.DataTransfer
    • Clipboard
    • DataPackage
    • DataPackageView
    • IDataPackage
    • IDataPackageView
  • XPlat.Core
    • AppPermissionInvalidException
    • CollectionExtensions
    • NSDateExtensions
    • NSObjectExtensions
    • PackageManifestHelper
    • RequestCodeHelper
    • TaskSchedulerAwaiter
    • TimeoutTask
  • XPlat.Device.Display
    • DisplayRequest
    • IDisplayRequest
  • XPlat.Device.Geolocation
    • BasicGeoposition
    • Geocoordinate
    • GeolocationAccessStatus
    • Geolocator
    • Geoposition
    • IGeocoordinate
    • IGeolocator
    • IGeopoint
    • IGeoposition
    • IStatusChangedEventArgs
    • PositionAccuracy
    • PositionChangedEventArgs
    • PositionStatus
    • PositionStatusExtensions
    • StatusChangedEventArgs
  • XPlat.Device.Launcher
    • ILauncher
    • Launcher
    • LaunchQuerySupportStatus
  • XPlat.Device.Power
    • BatteryStatus
    • BatteryStatusChangedEventArgs
    • BatteryStatusChangedEventHandler
    • IPowerManager
    • PowerManager
  • XPlat.Device.Profile
    • AnalyticsInfo
    • AnalyticsVersionInfo
    • IAnalyticsVersionInfo
  • XPlat.Foundation
    • CollectionChange
    • IMapChangedEventArgs
    • IObservableMap
    • IPropertySet
    • MapChangedEventHandler
    • ApplicationData
    • StringMapChangedEventArgs
    • TypedEventHandler
  • XPlat.Media.Capture
    • BitmapExtensions
    • CameraCaptureUI
    • CameraCaptureUIMode
    • CameraCaptureUIPhotoCaptureSettings
    • CameraCaptureUIVideoCaptureSettings
    • ICameraCaptureUI
    • StorageFileExtensions
  • XPlat.Services.Maps
    • IMapAddress
    • IMapLocation
    • IMapLocationFinderResult
    • MapAddress
    • MapLocation
    • MapLocationDesiredAccuracy
    • MapLocationFinder
    • MapLocationFinderResult
    • MapLocationFinderStatus
  • XPlat.Storage
    • ApplicationDataContainer
    • ApplicationDataContainerSettings
    • ApplicationDataCreateDisposition
    • ApplicationDataLocality
    • BasicProperties
    • CreationCollisionOption
    • FileAccessMode
    • FileAttributes
    • IApplicationData
    • IApplicationDataContainer
    • IBasicProperties
    • IImageProperties
    • ImageProperties
    • IMusicProperties
    • IStorageFile
    • IStorageFileExtras
    • IStorageFolder
    • IStorageFolder2
    • IStorageFolderExtras
    • IStorageFolderQueryOperations
    • IStorageItem
    • IStorageItem2
    • IStorageItemContentProperties
    • IStorageItemProperties
    • IVideoProperties
    • KnownFolders
    • MusicProperties
    • NameCollisionOption
    • PhotoOrientation
    • StorageFile
    • StorageFileExtensions
    • StorageFolder
    • StorageItemContentProperties
    • StorageItemContentPropertiesExtensions
    • StorageItemCreationException
    • StorageItemException
    • StorageItemNotFoundException
    • StorageItemTypes
    • VideoOrientation
    • VideoProperties
  • XPlat.Storage.Pickers
    • FileOpenPicker
    • IFileOpenPicker
  • XPlat.UI
    • DispatcherTimer
    • IDispatcherTimer
  • XPlat.UI.Core
    • CoreDispatcher
    • CoreDispatcherPriority
    • DispatchedHandler
    • ICoreDispatcher
Powered by GitBook
On this page
  • Supported platforms
  • Constructors
  • MapAddress(Windows.Services.Maps.MapAddress) - Windows
  • MapAddress(Android.Locations.Address) - Android
  • MapAddress(CoreLocation.CLPlacemark) - iOS
  • Properties
  • BuildingName
  • BuildingFloor
  • BuildingRoom
  • BuildingWing
  • StreetNumber
  • Street
  • Neighborhood
  • District
  • Town
  • Region
  • RegionCode
  • Country
  • CountryCode
  • PostCode
  • Continent
  • Methods
  • ToString()
  1. XPlat.Services.Maps

MapAddress

Namespace: XPlat.Services.Maps

Represents an address.

public class MapAddress : IMapAddress

Supported platforms

Platform

Version

.NET Standard

2.0

Xamarin.Android

9.0

Xamarin.iOS

1.0

UWP

10.0.16299

Constructors

MapAddress(Windows.Services.Maps.MapAddress) - Windows

Parameters

mapAddress (Windows.Services.Maps.MapAddress)

MapAddress(Android.Locations.Address) - Android

Parameters

mapLocation (Android.Locations.Address)

MapAddress(CoreLocation.CLPlacemark) - iOS

Parameters

mapLocation (CoreLocation.CLPlacemark)

Properties

BuildingName

Gets the building name of an address.

public string BuildingName { get; }

BuildingFloor

Gets the building floor of an address.

public string BuildingFloor { get; }

BuildingRoom

Gets the building room of an address.

public string BuildingRoom { get; }

BuildingWing

Gets the building wing of an address.

public string BuildingWing { get; }

StreetNumber

Gets the street number of an address.

public string StreetNumber { get; }

Street

Gets the street name of an address.

public string Street { get; }

Neighborhood

Gets the neighborhood of an address.

public string Neighborhood { get; }

District

Gets the district of an address.

public string District { get; }

Town

Gets the town or city of an address.

public string Town { get; }

Region

Gets the region (for example, the state or province) of an address.

public string Region { get; }

RegionCode

Gets the code for the region (for example, the state or province) of an address.

public string RegionCode { get; }

Country

Gets the country of an address.

public string Country { get; }

CountryCode

Gets the country code of an address.

public string CountryCode { get; }

PostCode

Gets the postal code of an address.

public string PostCode { get; }

Continent

Gets the continent of an address.

public string Continent { get; }

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

The formatted address as a string, e.g. 1 Microsoft Way, Redmond, WA, 98052.

PreviousIMapLocationFinderResultNextMapLocation

Last updated 5 years ago