On Mar 13, 9:34 am, anand <[email protected]> wrote: > cud you guys suggest me what i should do in false or true > will sensor=true detect the key and false will not > what should be the ideal setting for this > thanks
On the page where you were presented with your key, it says "Note that for all examples, you must replace the sensor parameter with a valid value, based on whether your application uses a sensor to determine a user's location. Check out the API documentation for more information." The FAQ says "Per Section 9.2 of the Terms of Service, developers must report whether their Maps API implementation uses a sensor to locate the user's device on the map. An example of a sensor is the Geolocation module in Gears, which provides a latitude/longitude for a user based on their WIFI/GPS/Cell ID information." Are you using a sensor to detect the user's location? If yes, sensor=true; if not, sensor=false. It's not clear whether using the user's IP address to locate him counts a "sensor". I suspect that it's not detailed enough and doesn't count. Andrew --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Maps API" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/Google-Maps-API?hl=en -~----------~----~----~----~------~----~------~--~---
