I somehow find it very difficult to get the gps coordonates from a string ...
Example :
<My adres is ... Street 24, Oxford 33 please find me here are my coord 45.3456786,34.98485885>
if I try to cut the text to number and "." and "," ..I will get something like ...24,3345.3456786,34.98485885
and it not an easy task ..regex.split does not help much in this case exception
Any ideas ?
Example :
<My adres is ... Street 24, Oxford 33 please find me here are my coord 45.3456786,34.98485885>
if I try to cut the text to number and "." and "," ..I will get something like ...24,3345.3456786,34.98485885
and it not an easy task ..regex.split does not help much in this case exception
Any ideas ?