[R] help_ReverseGeocoding
ctStr <- paste(' http://maps.google.com/maps/api/geocode/json?sensor=false&latlng=',latlngStr, sep="") con <- url(connectStr) data.json <- fromJSON(paste(readLines(con), collapse="")) close(con) data.json <- unlist(data.json) if(data.json["status
Re: [R] help_ReverseGeocoding
'%20', paste(latlng, collapse=",")) > >> library("RJSONIO") #Load Library > >> #Open Connection > >> connectStr <- paste(' > >>http://maps.google.com/maps/api/geocode/json?sensor=false&latlng= > ',la