Start a new topic

GEO POI

How can i use the same CSS layout and POI marker (image) as the same marker in wikitude APP that installed in Iphone (using cordova )


Thanks 


Hello Ayman,

Unfortunately I do not understand what it is you would like to achieve. Could you please explain again providing further details?

Thanks
Eva

 

i mean image and css like attached picture (POI) radar, list , map

Thanks 




wikitude.png
(196 KB)
Hello Ayman,

You can customize the POIs based on the sample code we provide here https://www.wikitude.com/external/doc/documentation/latest/android/browsingpois.html#presenting-details.

However, how you wish to customize them (in terms of the CSS code that you will provide) is entirely up to you. The part for which you need to add your own CSS code (for the classes) would be the following
<!-- content of POI detail page, you may also add thumbnails etc. here if you like -->
<div data-role="content">
    <!-- title -->
    <h3 id="poi-detail-title"></h3>

    <!-- description -->
    <h4 id="poi-detail-description"></h4>

    <!-- distance -->
    <h4>Distance: <a id="poi-detail-distance"></a></h4>
</div>

 

 Thanks

Eva

Login or Signup to post a comment