如题,是否要另外计算?

解决方案 »

  1.   

    楼主知道答案的话帮忙传一份哈,现在正愁着这个呢
    [email protected]
      

  2.   

    刚刚看了api,知道了
    int getLatitudeSpan() 
        The current latitude span (from the top edge to the bottom edge of the map) in decimal degrees multiplied by one million.
     int getLongitudeSpan() 
             The current longitude span (from the left edge to the right edge of the map) in decimal degrees multiplied by one million.
     GeoPoint  getMapCenter() 
              Returns the current center-point position of the map, as a GeoPoint (latitude and longitude).由这三个函数就能得出mapview的左上角,和右下角的geo坐标。
    这三个函数归属于mapview之下。