PlaceInfoHelper PlaceInfoHelper PlaceInfoHelper PlaceInfoHelper Class

Definition

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.

[Contains prerelease APIs.]
Creates PlaceInfo instances by using businesses and places found in searches that are performed against data that has been cached locally on the device.

public : static class PlaceInfoHelperpublic static class PlaceInfoHelperPublic Static Class PlaceInfoHelper// You can use this class in JavaScript.
Attributes
Windows 10 requirements
Device family
Windows Desktop Extension SDK (introduced v10.0.16257.0) Windows Mobile Extension SDK (introduced v10.0.16257.0) Windows Team Extension SDK (introduced v10.0.16257.0)
API contract
Windows.Services.Maps.LocalSearchContract (introduced v4)

Methods

CreateFromLocalLocation(LocalLocation) CreateFromLocalLocation(LocalLocation) CreateFromLocalLocation(LocalLocation) CreateFromLocalLocation(LocalLocation)

Prerelease. Creates a PlaceInfo instance.

public : static PlaceInfo CreateFromLocalLocation(LocalLocation location)public static PlaceInfo CreateFromLocalLocation(LocalLocation location)Public Static Function CreateFromLocalLocation(location As LocalLocation) As PlaceInfo// You can use this method in JavaScript.
Parameters
location
LocalLocation LocalLocation LocalLocation LocalLocation

The location of a business or place.

Returns

A PlaceInfo that describes the business or place.