Fixed
Status Update
Comments
mr...@google.com <mr...@google.com>
pc...@gmail.com <pc...@gmail.com> #2
A great reproduction is to zoom way out, hover over Seattle and get results south of Portland.
mr...@google.com <mr...@google.com> #3
This issue has been resolved with the 2.2 release of the Places API.
as...@gmail.com <as...@gmail.com> #4
You maked in may I phone.?
Description
demonstration page if at all possible, or attach code.
1. Create the place picker object from the devices current location
let center = locationUpdate!.coordinate
let northEast = CLLocationCoordinate2DMake(center.latitude + 0.001, center.longitude + 0.001)
let southWest = CLLocationCoordinate2DMake(center.latitude - 0.001, center.longitude - 0.001)
let viewport = GMSCoordinateBounds(coordinate: northEast, coordinate: southWest)
let config = GMSPlacePickerConfig(viewport: viewport)
let placePicker = GMSPlacePicker(config: config)
2. Make call to placePicker.pickPlace()
3. Observe the center displayed in the mapView does not match the device location.
Operating system version:
Google Places API for iOS version: 2.1.1
Hardware model: 6s, 7, 7 plus
*********************************************************
For developers viewing this issue: please click the 'star' icon to be
notified of future changes, and to let us know how many of you are
interested in seeing it resolved.
*********************************************************