Get latitude-longitude from URL Google Maps
04:04 18 Aug 2018

I need a way to figure out the latitude, longitude of a place in google map provided its link. Alternatively, it is fine if I can plot the point inside my application on a map, if possible, or share the latitude longitude from google map using some intent, so that I can receive it from within my application. Is any of the above possible directly or indirectly?

In short, I have a google map URL with me(which I may have received in WhatsApp or similar platform), and using that, somehow, I need to get the latitude and longitude of the place within my application, even if it is an indirect way. I am not interested in places API, since it having a limit.

Have been trying to get to a solution for a few hours, didn't find anything relevant.

EDIT:

Samples of link I am trying to use:

(Not able to use URL shortners, since SO doesn't allow, replace [dot] with .)

java android google-maps google-maps-android-api-2 google-url-shortener