We are implementing a website using AngularJS and Google Maps API. The user can enter a keyword and is then redirected to a new page, which contains a map with several markers (representing the results). On this result page the browser always asks for the user location. When the user selects "deny", then the map jumps to the position 0,0 (somewhere in the sea).
- Is it possible to prevent the browser location check?
- If not, is there an event that can be catched, so I can change where the map jumps to?
Airbnb.com uses Google Maps as well, and there the browser never asks for the user location.
Any advices?