PlaceInfoHelper.CreateFromLocalLocation(LocalLocation) 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 ^ CreateFromLocalLocation(LocalLocation ^ location);
static PlaceInfo CreateFromLocalLocation(LocalLocation const& location);
public static PlaceInfo CreateFromLocalLocation(LocalLocation location);
function createFromLocalLocation(location)
Public Shared Function CreateFromLocalLocation (location As LocalLocation) As PlaceInfo
Parameters
- location
- LocalLocation
The location of a business or place.
Returns
A PlaceInfo that describes the business or place.