MapAddress Class
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Contains the address information.
Assembly: Microsoft.Phone.Maps (in Microsoft.Phone.Maps.dll)
The MapAddress type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | BuildingFloor | Gets the building floor in the MapAddress. |
![]() | BuildingName | Gets the building name in the MapAddress. |
![]() | BuildingRoom | Gets the building room in the MapAddress. |
![]() | BuildingZone | Gets the building zone in the MapAddress. |
![]() | City | Gets the city in the MapAddress. |
![]() | Continent | Gets the continent in the MapAddress. |
![]() | Country | Gets the country in the MapAddress. |
![]() | CountryCode | Gets the country code in the MapAddress. |
![]() | County | Gets the county in the MapAddress. |
![]() | District | Gets the district in the MapAddress. |
![]() | HouseNumber | Gets the house number in the MapAddress. |
![]() | Neighborhood | Gets the neighborhood in the MapAddress. |
![]() | PostalCode | Gets the postal code in the MapAddress. |
![]() | Province | Gets the province in the MapAddress. |
![]() | State | Gets the state in the MapAddress. |
![]() | StateCode | Gets the state code in the MapAddress. |
![]() | Street | Gets the street in the MapAddress. |
![]() | Township | Gets the township in the MapAddress. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Capabilities
If you use this API in your app, you must specify the following capabilities in the app manifest. Otherwise, your app might not work correctly or it might exit unexpectedly.
ID_CAP_MAP | Windows Phone 8 |
For more info, see App capabilities and hardware requirements for Windows Phone 8.


