hello,
i am searching how to handle my program when the satelite for the gps in unavailable because i am inside a building
i mean when i try to find my location from gps but i cant connect to satelite
when i cant access the satelite, the screen does not show the map.. and i want in this case to manually add my location coordinates throught my real address, but i dont know how to go to that option.
i know how to get coordinates from the address using Geocoder but i xant find the code to swicth from satelite coords to my manual coords i mean:
the above is not a real code, just an example to undestand what i am searching..
if(satellite is unreachable) then {
myadress="Street 55, NY";
lag,lng=getcoords(myadress);
showonmap();
}
i dont know the statement in the if what should be


