Skip to content

Instantly share code, notes, and snippets.

@feedhenry-gists
Created June 8, 2011 19:44
Show Gist options
  • Save feedhenry-gists/1015207 to your computer and use it in GitHub Desktop.
Save feedhenry-gists/1015207 to your computer and use it in GitHub Desktop.
Mapping Call
$fh.geo({interval: 0}, function(res){
$fh.map({target: '#map_div', lat:res.lat, lon:res.lon, zoom:9}, function(map){
console.log(map.map);
}, function(msg){
console.log(msg);
});
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment