and not the formula used to calculate the distance
Thanks.
This question sounds more like a question related on how to webservices than to any functionality of the Wikitude SDK. Please check public 'web-service' forums to find out details on how you can implement this.
If you work with our sample app, our tech documentation and do further investigations where you're not sure this should help you.
Greetings
Nicola
var ServerInformation = { // sample service returning dummy POIs POIDATA_SERVER: "http://example.wikitude.com/GetSamplePois/", POIDATA_SERVER_ARG_LAT: "lat", POIDATA_SERVER_ARG_LON: "lon", POIDATA_SERVER_ARG_NR_POIS: "nrPois" };
if i create an API like this http://private-channel-apis.ngekostindonesia.com/v3/skripsi how do i declare the variable like the example shown above and how to call it on requestdatafromserver function?
Hello Muhammad,
I believe the best way for you to start is to first study our documentation section and then try with our sample code. For instance, if you are using Javascript then you can refer to the section here. Also, download our sample from the download page to study the code provided there.
Thanks
Eva
Muhammad Iqbal
i'm new to programming so pardon me if my words aren't programmer-like. so like the title said, how's browsing poi workflow in android studio? what class do we need (according to wikitude's sample) to browse poi, do we give any inputs to the html file?