I am new to gmap3, is it possible to init the gmap3 using a place address? I know generally it is done with latitude and longitude. I have done markers with this this location name using this example. I have already gone through this example too, but no luck. And also i need to zoom the places on selection, i use auto complete for this purpose.
我的代码如下:
$( #test ).gmap3(
{ action: init ,
options:{
address: "kerala,india"
}
}
);