Hello all, does anyone know if its possible to pass GPS co-ordinates into google maps, through api or any other way? Thanks! John
As I understand from your post it seems you want to create a marker on a given set of latitude and longitude. If so, yes it is possible. 1) Create a point object using Maps ApI GLatLng 2) Create overLay using map.addOverlay(new GMarker(point));