-
Notifications
You must be signed in to change notification settings - Fork 43
Open
Description
need to display with post code in search list ?

using regions but not getting post code
lazy var placesSearchController: GooglePlacesSearchController = {
let controller = GooglePlacesSearchController(delegate: self,
apiKey: GoogleMapsAPIServerKey,
placeType: .regions,
)
return controller
}()
thank you
Metadata
Metadata
Assignees
Labels
No labels