GooglePlacesSwift Framework Reference
Stay organized with collections
Save and categorize content based on your preferences.
PlaceIdentifier
The place identifier.
-
Declaration
Swift
case coordinate(CLLocationCoordinate2D)
-
The place ID of the place.
Declaration
Swift
case placeID(String)
-
The resource name of the place.
Declaration
Swift
case resourceName(String)
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 2025-08-27 UTC.
[null,null,["Last updated 2025-08-27 UTC."],[],[],null,["# GooglePlacesSwift Framework Reference\n\nPlaceIdentifier\n===============\n\n enum PlaceIdentifier\n\nThe place identifier.\n- `\n ``\n ``\n `\n\n ### [coordinate(_:)](#/s:17GooglePlacesSwift15PlaceIdentifierO10coordinateyACSo22CLLocationCoordinate2DVcACmF)\n\n `\n ` \n\n #### Declaration\n\n Swift \n\n case coordinate(CLLocationCoordinate2D)\n\n- `\n ``\n ``\n `\n\n ### [placeID(_:)](#/s:17GooglePlacesSwift15PlaceIdentifierO7placeIDyACSScACmF)\n\n `\n ` \n The place ID of the place. \n\n #### Declaration\n\n Swift \n\n case placeID(String)\n\n- `\n ``\n ``\n `\n\n ### [resourceName(_:)](#/s:17GooglePlacesSwift15PlaceIdentifierO12resourceNameyACSScACmF)\n\n `\n ` \n The resource name of the place. \n\n #### Declaration\n\n Swift \n\n case resourceName(String)"]]