I want to use MapViewController in an iOS application (so that the user can find the address where he is currently located), and stumbled upon the "Google Maps Terms of Service for iPhone SDK" , but I lost a little what some of them are in practice, that is, What I need to know and what I need to do when using MapViewController. In particular:
9.2 Reporting. You must implement these reporting mechanisms, which Google has outlined and may update over time in these Terms and Conditions on the Maps API Documentation. For example, since the documentation specified in the Maps API, you agree to provide Google if your Maps API Implementation allows the device to determine its location by using a sensor (including, but not limited to, GPS, cell triangulation, WiFi or similar functionality) to display the device’s location on a map or calculate a route.
Obviously, I let the device detect its own location by showing a map with the current location marker. I got lost trying to find some details about what this “reporting” means, and if and what it is, I assume, will implement it.
Thanks Timo
source
share