Enum SearchNearbyRequest.Types.RankPreference
How results will be ranked in the response.
Namespace: Google.Maps.Places.V1
Assembly: Google.Maps.Places.V1.dll
Syntax
public enum SearchNearbyRequest.Types.RankPreference
Fields
| Name | Description |
|---|---|
| Distance | Ranks results by distance. |
| Popularity | Ranks results by popularity. |
| Unspecified | RankPreference value not set. Will use rank by POPULARITY by default. |