GeoPoint point =new GeoPoint((int)(jd*1e6), (int)(wd*1e6));
我想获取当前地图中心的经纬赋值给point
地图中心是可以变的,比如我拖动地图中心就变,用什么代码表示中心点?找了api没找到
请提供代码,初学,没代码不懂