GooglePlacesSwift Framework Reference

  • CoordinateRegionBias is a protocol used to specify a coordinate region for search bias within Google Places.

  • Conforming to this protocol outside of GooglePlacesSwift may lead to a fatal error.

  • It provides a bias() function to retrieve the region bias as a URLQueryItem for use in search queries.

CoordinateRegionBias

protocol CoordinateRegionBias : CoordinateRegion

Specifies that the coordinate region can be used as a search bias.

Warning

This should not be conformed to by types outside of GooglePlacesSwift. Doing so may result in a fatal error.
  • Returns the region bias as URLQueryItem.

    Declaration

    Swift

    func bias() -> URLQueryItem