osmdroid get current user location
问题 I am trying to implement OpenStreetMap using osmdroid. I successfully got the world map set to a particular set of geo co-ordinates. here is my code: package com.example.re.osm; //OSM MAP CODE import android.app.Activity; import android.content.Context; import android.os.Bundle; import android.preference.PreferenceManager; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup; import android.widget.RelativeLayout; import org.osmdroid.api.IMapController;