Page 1 of 1

Map outputs

Posted: Sun Mar 23, 2014 5:05 pm
by dave6738625

How do I read in coordinates from a current location to a text field. I would like to click a button to discover current location then display the lat and long in a text field on the screen. Thanks


Map outputs

Posted: Sun Mar 23, 2014 5:19 pm
by Alena Prykhodko

Hello Dave,

You can save current location coorditates to localStorage varriables and then poputate them in the corresponding fields on the screen.
Please find here how to use localStorage http://docs.appery.io/documentation/r...


Map outputs

Posted: Sun Mar 23, 2014 6:31 pm
by dave6738625

Thanks for your response I have the local storage saving the these now, but what is the command to put these into a text field? many thanks


Map outputs

Posted: Sun Mar 23, 2014 7:34 pm
by Alena Prykhodko

Map outputs

Posted: Sun Mar 23, 2014 8:37 pm
by dave6738625

Thank you so much!