Titanium Community Questions & Answer Archive

We felt that 6+ years of knowledge should not die so this is the Titanium Community Questions & Answer Archive

add annotation to google native map

I have opened the native google map from the link, but I don't know a way to put the annotation into it. Here's my code:

var url = "http://maps.google.com/maps?ll=11.5558762589,104.921697935&annotation=11.5558762589,104.921697935&z=15";
Titanium.Platform.openURL(url);

If anyone know how to add annotation/marker to the native Google map I've open with the link, please help me.

— asked October 11th 2010 by Borey Lim
  • google maps
0 Comments

1 Answer

  • why not use this:
    Titanium.Map.createView()?

    — answered October 11th 2010 by l hui
    permalink
    2 Comments
    • I have my own reason for that.

      — commented October 11th 2010 by Borey Lim
    • did you this with native map? i want to add a annotiation to native map for to route and i couldn't do this :(

      — commented February 25th 2012 by Graham Jeffrey
The ownership of individual contributions to this community generated content is retained by the authors of their contributions.
All trademarks remain the property of the respective owner.