Getting Current Location Longitude and Latitude without Change my Position
问题 I can find the current location latitude and longitude.But These data are not shown before change my current position.I want to get current location longitude and latitude without change my position. package com.example.gps; import android.app.Activity; import android.content.Context; import android.location.Location; import android.location.LocationListener; import android.location.LocationManager; import android.os.Bundle; import android.util.Log; import android.view.Menu; import android