GooglePlacesSwift Framework Reference

Classes

The following classes are available globally.

  • Main interface to the Places SDK, used for searching and getting details about places.

    This type should be accessed through PlacesClient.shared.

    PlacesClient methods should only be called from the main thread. Calling these methods from another thread will result in an exception or undefined behavior.

    Declaration

    Swift

    final class PlacesClient
    extension PlacesClient : PlacesClientProtocol