Linked Questions

Popular Questions

Get latitude and longitude on click of Marker

Asked by At

I am getting lat/lng: (19.1972,72.93) in my String using

String position=String.valueOf(marker.getPosition());

how to get only latitude and longitude, I don't want to use split

Thanks in advance!

Related Questions