GMSPlaceField
Stay organized with collections
Save and categorize content based on your preferences.
Enumerations |
enum | GMSPlaceField {
GMSPlaceFieldName = 1 << 0,
GMSPlaceFieldPlaceID = 1 << 1,
GMSPlaceFieldPlusCode = 1 << 2,
GMSPlaceFieldCoordinate = 1 << 3,
GMSPlaceFieldOpeningHours = 1 << 4,
GMSPlaceFieldPhoneNumber = 1 << 5,
GMSPlaceFieldFormattedAddress = 1 << 6,
GMSPlaceFieldRating = 1 << 7,
GMSPlaceFieldPriceLevel = 1 << 8,
GMSPlaceFieldTypes = 1 << 9,
GMSPlaceFieldWebsite = 1 << 10,
GMSPlaceFieldViewport = 1 << 11,
GMSPlaceFieldAddressComponents = 1 << 12,
GMSPlaceFieldPhotos = 1 << 13,
GMSPlaceFieldUserRatingsTotal = 1 << 14,
GMSPlaceFieldUTCOffsetMinutes = 1 << 15,
GMSPlaceFieldBusinessStatus = 1 << 16,
GMSPlaceFieldIconImageURL = 1 << 17,
GMSPlaceFieldIconBackgroundColor = 1 << 18,
GMSPlaceFieldAll = NSUIntegerMax
} |
| The fields represent individual information that can be requested for a GMSPlace object. More...
|
Function Documentation
The fields represent individual information that can be requested for a GMSPlace
object.
If no request fields are set, the GMSPlace
object will be empty with no useful information.
- Note:
- GMSPlaceFieldPhoneNumber, GMSPlaceFieldWebsite and GMSPlaceFieldAddressComponents are not supported for
GMSPlaceLikelihoodList
place objects. Please refer to https://developers.google.com/places/ios-sdk/place-data-fields for more details.
- Enumerator:
GMSPlaceFieldName |
|
GMSPlaceFieldPlaceID |
|
GMSPlaceFieldPlusCode |
|
GMSPlaceFieldCoordinate |
|
GMSPlaceFieldOpeningHours |
|
GMSPlaceFieldPhoneNumber |
|
GMSPlaceFieldFormattedAddress |
|
GMSPlaceFieldRating |
|
GMSPlaceFieldPriceLevel |
|
GMSPlaceFieldTypes |
|
GMSPlaceFieldWebsite |
|
GMSPlaceFieldViewport |
|
GMSPlaceFieldAddressComponents |
|
GMSPlaceFieldPhotos |
|
GMSPlaceFieldUserRatingsTotal |
|
GMSPlaceFieldUTCOffsetMinutes |
|
GMSPlaceFieldBusinessStatus |
|
GMSPlaceFieldIconImageURL |
|
GMSPlaceFieldIconBackgroundColor |
|
GMSPlaceFieldAll |
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2022-08-29 UTC.
[{
"type": "thumb-down",
"id": "missingTheInformationINeed",
"label":"Missing the information I need"
},{
"type": "thumb-down",
"id": "tooComplicatedTooManySteps",
"label":"Too complicated / too many steps"
},{
"type": "thumb-down",
"id": "outOfDate",
"label":"Out of date"
},{
"type": "thumb-down",
"id": "samplesCodeIssue",
"label":"Samples / code issue"
},{
"type": "thumb-down",
"id": "otherDown",
"label":"Other"
}]
[{
"type": "thumb-up",
"id": "easyToUnderstand",
"label":"Easy to understand"
},{
"type": "thumb-up",
"id": "solvedMyProblem",
"label":"Solved my problem"
},{
"type": "thumb-up",
"id": "otherUp",
"label":"Other"
}]