LocalLocationRatingInfo LocalLocationRatingInfo LocalLocationRatingInfo LocalLocationRatingInfo Class

Definition

Contains the location rating information.

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 : sealed class LocalLocationRatingInfo : ILocalLocationRatingInfopublic sealed class LocalLocationRatingInfo : ILocalLocationRatingInfoPublic NotInheritable Class LocalLocationRatingInfo Implements ILocalLocationRatingInfo// This API is not available in Javascript.
Attributes
Windows 10 requirements
Device family
Windows Desktop Extension SDK (introduced v10.0.14393.0) Windows Mobile Extension SDK (introduced v10.0.14393.0) Windows Team Extension SDK (introduced v10.0.14393.0)
API contract
Windows.Services.Maps.LocalSearchContract (introduced v3)

Remarks

This class is retrieved by accessing the RatingInfo property.

Properties

AggregateRating AggregateRating AggregateRating AggregateRating

Gets the aggregate rating of the location.

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 : IReference<double> AggregateRating { get; }public Nullable<double> AggregateRating { get; }Public ReadOnly Property AggregateRating As Nullable<double>// This API is not available in Javascript.
Value
IReference<double> Nullable<double> Nullable<double> Nullable<double>

The aggregate rating of the location.

ProviderIdentifier ProviderIdentifier ProviderIdentifier ProviderIdentifier

Gets the provider ID for the rating.

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 : PlatForm::String ProviderIdentifier { get; }public string ProviderIdentifier { get; }Public ReadOnly Property ProviderIdentifier As string// This API is not available in Javascript.
Value
PlatForm::String string string string

The provider ID for the rating.

RatingCount RatingCount RatingCount RatingCount

Gets the rating count for this location.

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 : IReference<int> RatingCount { get; }public Nullable<int> RatingCount { get; }Public ReadOnly Property RatingCount As Nullable<int>// This API is not available in Javascript.
Value
IReference<int> Nullable<int> Nullable<int> Nullable<int>

The rating count for this location.