Windows.Services.Maps
Windows.Services.Maps
Windows.Services.Maps
Windows.Services.Maps
Namespace
Some information relates to pre-released product which may be substantially modified before it’s commercially released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Prerelease APIs are identified by a Prerelease label.
[This namespace contains one or more prerelease APIs.]
The Windows.Services.Maps namespace contains classes that provide location, routing, and geocoding services.
Classes
| EnhancedWaypoint EnhancedWaypoint EnhancedWaypoint EnhancedWaypoint |
Represents a stop, start, or intermediate waypoint that a route must pass through. |
| ManeuverWarning ManeuverWarning ManeuverWarning ManeuverWarning |
Represents a potential issue along a route leg. |
| MapAddress MapAddress MapAddress MapAddress |
Represents an address. |
| MapLocation MapLocation MapLocation MapLocation |
Represents a geographic location. |
| MapLocationFinder MapLocationFinder MapLocationFinder MapLocationFinder |
Provides methods to convert addresses to geographic locations (geocoding) and to convert geographic locations to addresses (reverse geocoding). |
| MapLocationFinderResult MapLocationFinderResult MapLocationFinderResult MapLocationFinderResult |
Returns the result of a MapLocationFinder query. |
| MapManager MapManager MapManager MapManager |
Displays the UI that lets users download maps for offline use, or update maps that were previously downloaded. |
| MapRoute MapRoute MapRoute MapRoute |
[Contains prerelease APIs.] |
| MapRouteDrivingOptions MapRouteDrivingOptions MapRouteDrivingOptions MapRouteDrivingOptions |
Represents advanced routing options. |
| MapRouteFinder MapRouteFinder MapRouteFinder MapRouteFinder |
Gets a route. |
| MapRouteFinderResult MapRouteFinderResult MapRouteFinderResult MapRouteFinderResult |
Returns the result of a MapRouteFinder query. |
| MapRouteLeg MapRouteLeg MapRouteLeg MapRouteLeg |
Represents the set of actions (maneuvers) required to travel between two waypoints along a route. |
| MapRouteManeuver MapRouteManeuver MapRouteManeuver MapRouteManeuver |
Represents actions to be taken along the path of a route leg. |
| MapService MapService MapService MapService |
Communicates with the online map services. |
| PlaceInfo PlaceInfo PlaceInfo PlaceInfo |
[Contains prerelease APIs.] |
| PlaceInfoCreateOptions PlaceInfoCreateOptions PlaceInfoCreateOptions PlaceInfoCreateOptions |
[Contains prerelease APIs.] |
Enums
Remarks
Your Universal Windows app must be authenticated before it can use the MapControl and map services in the Windows.Services.Maps namespace. To authenticate your app, you must specify a maps authentication key.
See Request a maps authentication key.