i have google Maps and when the user touch any point in the map
i will create marker and put it in this touch place
and take the whole ‘Geopoint’ for this marker
and it all work fine.
this is my code, that pt will take the coordinate.
GeoPoint markerGP
markerGP = pt;
But i want to convert the markerGp to string
any one can help me?
Thanks in advance
Just try with String.valueOf() method for this. If markerGP is your
GeoPointmeans, try to do like below –And, use this
resultanywhere you need.