close


  }         
  @Override         
  public void  onProviderDisabled(String provider)         
  {         
    // TODO  Auto-generated method stub      
  }         
  @Override         
   public void onProviderEnabled(String provider)         
  {         
     // TODO Auto-generated method stub         
  }         
  @Override         
  public void onStatusChanged(String provider, int status, Bundle  extras)         
  {         
    // TODO Auto-generated method stub         
  }         
};

 

getGeoByLocation function:

private GeoPoint getGeoByLocation(Location location)        
{         
GeoPoint gp = null;         
try         
{         
  if  (location != null)         
  {         
    double geoLatitude =  location.getLatitude()*1E6;         
    double geoLongitude =  location.getLongitude()*1E6;         
    gp = new GeoPoint((int)  geoLatitude, (int) geoLongitude);         
  }         
}         
catch(Exception e)         
{         
  e.printStackTrace();         
}         
return gp;         
}



Read more:  http://tw.tonytuan.org/search/label/%E5%B5%8C%E5%85%A5%E5%BC%8F%E7%B3%BB%E7%B5%B1#ixzz3MydOVpXb

arrow
arrow
    全站熱搜
    創作者介紹
    創作者 ✧✦小安雅✦✧ 的頭像
    ✧✦小安雅✦✧

    sue31321123的部落格

    ✧✦小安雅✦✧ 發表在 痞客邦 留言(0) 人氣()