Start a new topic

I hope to connect the images on the POI

 How can I change the code below so that he can load the image file?

example:

Replace poiData.description with poiData.images?

But only text information can be loaded. Is there a reference example?

// create an AR.Label for the marker's description
    this.descriptionLabel = new AR.Label(poiData.description.trunc(15), 0.8, {
        zOrder: 1,
        translate: {
            y: -0.55
        },
        style: {
            textColor: '#FFFFFF'
        }
    });

 

1 Comment

Hi,


The best way to start is to check out the sample app which comes with the SDK download package together with the respective documentation section.


Each section includes a set-up guide, which helps you set up your project. There are several POI samples. We don't have a specific sample which shows the use of images on markers, but in the forum you should have several questions around this topic.


Greetings


Nicola

Login or Signup to post a comment