LocalLocation.RatingInfo Property

Definition

Gets the rating information of this place.

Note

This API is not available to all Windows apps. Unless your developer account is specially provisioned by Microsoft, calls to this API will fail at runtime. For more information about the Windows.Services.Maps.LocalSearch namespace, please work with your Microsoft Account Team representative.

public:
 property LocalLocationRatingInfo ^ RatingInfo { LocalLocationRatingInfo ^ get(); };
LocalLocationRatingInfo RatingInfo();
public LocalLocationRatingInfo RatingInfo { get; }
var localLocationRatingInfo = localLocation.ratingInfo;
Public ReadOnly Property RatingInfo As LocalLocationRatingInfo

Property Value

The rating information of this location.

Windows requirements

Device family
Windows Desktop Extension SDK (introduced in 10.0.14393.0)
Windows Mobile Extension SDK (introduced in 10.0.14393.0)
Windows Team Extension SDK (introduced in 10.0.14393.0)
API contract
Windows.Services.Maps.LocalSearchContract (introduced in v3.0)

Applies to