ItayM
ItayM

Reputation: 912

geo uri with icon\label on google maps

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

Answers (1)

P Varga
P Varga

Reputation: 20269

geo:?q=lat,lon (label)

No idea about the icon though.

Upvotes: 2

Related Questions