Stay organized with collections
Save and categorize content based on your preferences.
GMSPlaceLikelihoodList
@interfaceGMSPlaceLikelihoodList:NSObject
Represents a list of places with an associated likelihood for the place being the correct place.
For example, the Places service may be uncertain what the true Place is, but think it 55% likely
to be PlaceA, and 35% likely to be PlaceB. The corresponding likelihood list has two members, one
with likelihood 0.55 and the other with likelihood 0.35. The likelihoods are not guaranteed to be
correct, and in a given place likelihood list they may not sum to 1.0.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-11-08 UTC."],[[["`GMSPlaceLikelihoodList` represents a ranked list of possible places, each with an associated likelihood of being the correct location."],["Likelihoods are provided as a sorted array, with the most likely place appearing first but may not sum to 1.0 and are not guaranteed to be accurate."],["If displaying data from the `GMSPlaceLikelihoodList`, you must display the associated attributions as outlined in the Places SDK Terms of Service."]]],["`GMSPlaceLikelihoodList` represents a ranked list of places with associated likelihoods. These likelihoods, sorted in descending order, indicate the probability of each place being correct. The list contains an array of `likelihoods` and `attributions`, which are data provider attribution strings. Users must display these attributions if data from this list is shown, as per the Places SDK Terms of Service. Likelihoods are not guaranteed to be correct and may not sum to 1.0.\n"]]