> Thanks for a quick reply. But i still don't understand it. I need to
> get the location to php script (through cookies). How can i do this?
function codeAddress(adresa) {
var geocoder = new google.maps.Geocoder();
geocoder.geocode( { 'address': adresa}, function(results, status)
{
if (status == google.maps.GeocoderStatus.OK) {
Do whatever it is you need to do with the results HERE.
--
You received this message because you are subscribed to the Google Groups
"Google Maps JavaScript API v3" 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-js-api-v3?hl=en.