I'm trying to use this example ...
http://devcenter.appery.io/tutorials/...
I've reused the code to create a Server side script and setup the parameters
and when testing get the following error
Script GeoCoding: TypeError: Cannot read property 'latitude' of null ( @ 7 : 31 ) - var latitude = request.object().latitude;
It fails on line 7 of the example
var latitude = request.object().latitude;
I've set 'latitude' in the request parameters and set it with a value 51.5723081 for London.
Here's a link to the server code if needed
https://appery.io/servercode/470f8a03...