Reputation: 912
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
Upvotes: 2
Views: 865