I have a mobile website that launches google maps navigate function via a url, for example example url however when maps launches, the coordinates have been changed to a street address. A lot of the places that I use for navigation are in the middle of fields, and the items to be located are small (1m x 1m) and need to be located at night. How can I prevent the maps API from converting my lat & lon to a street address or location of nearest POI, and actually navigate to the lat & long specified.
If the lat & lon are entered directly into maps, it works correctly and navigates exactly to the point specified.