Possible Duplicate:
get current latitude and longitude from gps enabled device
I use the gmap3 of http://gmap3.net.
I want to get the latitude, longitude, and zoom on the change event.
This api has a get:
But i try $('.gmap_widget').gmap3('get','map');
and returns a doom node ‘.gmap_widget’
The
$('.gmap_widget').gmap3('get','map');is wrongThe correct form is
$('.gmap_widget').gmap3({action:'get',name:'map'});The code is:
New API will use the following: