Search found 1 match

Go to advanced search

by LeonardoMaranhãoFSilva
Mon Jan 30, 2012 3:47 pm
Forum: Issues
Topic: How do I add a marker to a google map?
Replies: 31
Views: 7121
 
Jump to post

How do I add a marker to a google map?

My Code (a javascript in the success event of a geolocation service component): var map = new google.maps.Map(Tiggr('mapa')); var location = new google.maps.LatLng(8.0000,34.0000); var marker = new google.maps.Marker({ position: location, map: map, title:"Hello World!" }); Error: Uncaught ...

Go to advanced search