On Dec 19, 7:15 am, "[email protected]" <[email protected]> wrote: > Hi! > > I've a insolit problem with the position of Marker in my custom Google > Map....i insert the exactly coordinates of the town that i've search > with google maps(i've bring he coordinates from the link that i've > created clicking "link") > but in my custom map the marker position is incorrect!
Can you provide a link to your map? as requested in the posting guidelines: http://groups.google.com/group/Google-Maps-API/web/suggested-posting-guidelines A link to the Google Map that you used set the coordinates might be useful as well. > > my JS script is: > > map.setCenter(new GLatLng(45.9862, 9.2596),12); > //<![CDATA[ > var point = new GLatLng(45.839324,9.102173); > var marker = createMarker(point,"Como","Como") > map.addOverlay(marker); Are you expecting the marker to be in the center of the map? -- Larry --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Maps API" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/Google-Maps-API?hl=en -~----------~----~----~----~------~----~------~--~---
