I am trying to make an application on Android which allows me to see the distance between two points on google maps, the distance points being The location i am currently at and the other point being a marker on the google maps.
I have managed to set where I am on the map using setMyLocationEnabled(true)
and i want to then be able to compare it to a marker i have on the google map which is
map.addMarker(newMarkerOptions().position(LOCATION_BEIJING).title("Find me here!"));