Start a new topic

Get user's location from php server

Get user's location from php server


Hi, 

finally all problems were surpassed, thanks for your help. We have made a tool that automatically exports joomla/sobipro entries into Wikitude AR browser by complying wtih all the api details. It is provided free at http://arexporter.mklab.iti.gr

Best Regards,

Dimitrios Ververidis

Hi,

$_GET will get the latitude parameter when you pass a URL parameter (as Wikitude will do when you connect your service to the Wikitude backend).

That means that you can test your service with a call to http://your.domain.com/yourservice/?latitude=48.12345

$_GET will then return 48.12345

When Wikitude calls your service, it will pass latitude and longitude in the exact same way.

Best,

Martin

Hi Martin,

The second, I am trying to make my own world dynamically from an apache/php server and publish it in Wikitude application.

 

Dimitrios Ververidis

 

Hi Dimitrios,

Are you using the Wikitude SDK, or are you tring to connect a Webservice to the Wikitude application?

Best,

Martin

Hi,

how to get user's location at my server, this $_GET
Login or Signup to post a comment