PlaceInfo.CreateFromMapLocation(MapLocation) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
static PlaceInfo ^ CreateFromMapLocation(MapLocation ^ location);
static PlaceInfo CreateFromMapLocation(MapLocation const& location);
public static PlaceInfo CreateFromMapLocation(MapLocation location);
function createFromMapLocation(location)
Public Shared Function CreateFromMapLocation (location As MapLocation) As PlaceInfo
Parameters
- location
- MapLocation
The geographic map location that you want to show in a light-dismissible window.
Returns
A PlaceInfo instance that describes the location.
Remarks
You can get a MapLocation object by using any of the methods in the MapLocationFinder class.