Start a new topic

Add a title at wikitude:url

Add a title at wikitude:url


Thank's Eva ,

But i work whut a ARML file. I need use a hastag's or atributes of hastag.

I think that perhaps probably exists any atribute for this

I continue searching

Thank's

Renzo

Hi Estoig,

The part of the code you need to update to diplay whatever information you wish on the POIs' label is on the locationChanged function 

var poiData = {
"id": 1,
"longitude": (lon + (Math.random() / 5 - 0.1)),
"latitude": (lat + (Math.random() / 5 - 0.1)),
"altitude": 100.0,
"description": "This is the description of POI#1",
"title": "POI#1"
};

 

So if you wish to display the name of your company you should modify the tag title.

Hi,

I want display the name of url web at the POI information.

I use this tag  <wikitude:url name="Company web">http:// ........ </wikitude:url>  but at the information for POI not display

Anyone can help me ?

Thank's

Renzo

 
Login or Signup to post a comment