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.