Start a new topic

Add POI problem

Add POI problem
1 Comment


Hi, I'm investigating this super AR lib (Wikitude really cool plugin) and I have one issue. When I'm trying to add POIs with my custom coordinates, they are not displayed on the screen. (Phonegap plagin)

my peace of code:

 

 

        poiData.push({

                     "id": 5146,

                     "longitude": 24.018785,

                     "latitude": 49.835045,

                     "description": ("Super cool"),

                     "altitude": "100.0",

                     "name": ("YES!")

                     });

        poiData.push({

                     "id": 5146,

                     "longitude": 49.8350450,

                     "latitude": 24.018785,

                     "description": ("Super cool"),

                     "altitude": "100.0",

                     "name": ("YES!")

                     });

in this to POIs one difference... latitude swaped with longetude

 

Hoppe some small issue there

 

PS: sorry for bad english

Waiting for answer (I need that asap because I have to prepare demo for customer and deside will we be using this Wikitude plugin or not)

 

Thx!
Login or Signup to post a comment