Share via


PlaceInfoHelper.CreateFromLocalLocation(LocalLocation) Method

Definition

Creates a PlaceInfo instance.

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.

Applies to