GooglePlacesSwift Framework Reference

PlaceIdentifier

enum 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)