Start a new topic

ARML 2.0 Integration

Hello,


We are building a service that publishes endpoints that allow Location based ARML.2.0 results.


is there a simple tutorial on how to integration our endpoint into wikitude?


example of our endpoint

..//query?lat=111&long=1111&radius=1


returns an ARML 2.0 feature list of POIs. 


Hello Jeryl,

We do not support ARML within our SDK.

Thanks
Eva

 

can you explain:

https://www.wikitude.com/enwikitudes-arml-leading-augmented-reality-standard/


"Wikitude natively supports ARML and we are looking forward to working with others to make ARML an adopted OGC standard that enables AR applications to connect well with thousands of other OGC-compliant geospatial resources.”"


? what is wikitude currently using ARML for?

Hi Jeryl,

In the Wikitude App we do support ARML but within our SDK we currently do not.

Thanks
Eva

 

@Wikitude Suppot.

Thank you for your response and clarifying, one last question:


If I am to make an endpoint(example: ./restendpoint?long=-107&lat=48&radius=1) that returns POI results in AMRL 2.0

like this:

  

<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2"
     xmlns:ar="http://www.openarml.org/arml/2.0"
     xmlns:wikitude="http://www.openarml.org/wikitude/1.0">

    <Document>
        <ar:provider id="mountain-tours-I-love.com">
            <ar:name>Mountain Tours I Love</ar:name>
            <ar:description>My preferred mountain tours in the alps. Summer and Winter.</ar:description>
            <wikitude:providerUrl>http://www.providerhomepage.com </wikitude:providerUrl>
            <wikitude:logo>http://www.mountain-tours-I-love.com/wikitude-logo.png </wikitude:logo>
        </ar:provider>
        <Placemark id="123">
            <ar:provider>mountain-tours-I-love.com</ar:provider>
            <name>Gaisberg</name>
            <description>Gaisberg is a mountain to the east of Salzburg, Austria</description>
            <wikitude:info>
                <wikitude:thumbnail>
                	http://www.mountain-tours-I-love.com/gaisberg-thumb.png 
                </wikitude:thumbnail>
                <wikitude:phone>555-9943</wikitude:phone>
                <wikitude:url>http://en.wikipedia.org/wiki/Gaisberg </wikitude:url>
                <wikitude:email>info@mountain-tours-I-love.com</wikitude:email>
                <wikitude:address>Jakob-Haringer-Str. 5a, 5020 Salzburg, Austria</wikitude:address>
       		</wikitude:info>
            <Point>
                <coordinates>13.11,47.81,1158</coordinates>
            </Point>
        </Placemark>
    </Document>
</kml>
        

   your saying I can integrate this into the Wikitude App?



my reference:

https://www.slideshare.net/MartinLechner/arml-20-overview

arml.png
(189 KB)
Login or Signup to post a comment