Assigned
Status Update
Comments
ou...@hydro.qc.ca <ou...@hydro.qc.ca> #3
+1
There should be possible to open source in any installed (or minSdk for project) android API version, because compileSdk is not only one used for run the app.
Why it takes so long to release source code to SDK when the sources was already pushed to GIT?
There should be possible to open source in any installed (or minSdk for project) android API version, because compileSdk is not only one used for run the app.
Why it takes so long to release source code to SDK when the sources was already pushed to GIT?
ou...@hydro.qc.ca <ou...@hydro.qc.ca> #4
Fuck this issue, always happened from android 23. Fuck this. Not friendly to developers
Description
I'am using Google Places API for iOS in my iOS app (Hydro quebec in Apple store). The issue is the API is getting credit. It isn't suposed to get credit because according your webd site information when I use
•Add an autocomplete UI control
(
1.
let resultsViewController = GMSAutocompleteResultsViewController()
let visibleRegion = self.mapView.projection.visibleRegion()
let visibleBounds = GMSCoordinateBounds(region: visibleRegion
resultsViewController?.autocompleteBounds = visibleBounds
let filter : GMSAutocompleteFilter = GMSAutocompleteFilter()
filter.country = "CA"
self.resultsViewController?.autocompleteFilter = filter
2. var searchController: UISearchController = UISearchController(searchResultsController: resultsViewController)
searchController?.searchResultsUpdater = resultsViewController
3.According your documentation this way is not supose to limit credit. But my iOS app is not working when the users go over 1 000 crédits.
What have I to do ?
Thanks you
*********************************************************
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.
*********************************************************