On Dec 10, 8:38 pm, wucho <[email protected]> wrote: > i want to mark my google map by using the following method, but i am > not sure how to get lat and lng value from a list of street name and > NO.Can anyone give me a hand?
http://code.google.com/apis/maps/documentation/services.html#Geocoding -- Larry > > var marker = new GMarker(new GLatLng(59.0, 13.80)); > // Add marker to the MarkerManager > mgr.addMarker(marker); -- 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.
