2

I'm refering to google maps mobile app trough geo uri in my phonegap applications like that:

mapString = "geo:"+data.lat + "," + data.lng+"?saddr=("+data.lat+ "," + data.lng+")&daddr=&z=18";

the map is open ok with zoom and in the right place, but I also want to add google apps label \ icon on the point.

how can I do it? Thanks

ItayM
  • 912
  • 2
  • 15
  • 36

1 Answers1

2
geo:?q=lat,lon (label)

No idea about the icon though.

P Varga
  • 19,174
  • 12
  • 70
  • 108