Home > Enterprise >  Google's GControlPosition the corresponding baidu map API is?
Google's GControlPosition the corresponding baidu map API is?

Time:09-19




Google map code
Var pos=new GControlPosition (G_ANCHOR_BOTTOM_LEFT, new GSize (100, 10));


Baidu map API corresponding GControlPosition is?

CodePudding user response:

Google map code bounds=new GLatLngBounds ();

GLatLngBounds () corresponds to the baidu map API is?
  • Related