Notes from Bordertown Labs with posts regarding software development for the iPhone, Ruby on Rails, tips and code.
» Contact with inquiries.
Visualize your geodata in augmented reality with 3DAR by Spot Metrix. |
A helpful listing of view dimensions.
<Placemark id="123456">
<ar:provider>myCpId</ar:provider>
<name>Title of my POI</name>
<description>My POI description</description>
<wikitude:info>
<wikitude:thumbnail>
http://thumbnailUrl.com
</wikitude:thumbnail>
<wikitude:phone>123-456-789</wikitude:phone>
<wikitude:url>http://poiUrl.com</wikitude:url>
<wikitude:email>inf@myPoi.com</wikitude:email>
<wikitude:address>
My POI Street 5, 5020 POI, Austria
</wikitude:address>
<wikitude:attachment>
http://myAttachmentLink.com
</wikitude:attachment>
</wikitude:info>
<Point>
<coordinates>
13.048056,47.797222,432.0
</coordinates>
</Point>
</Placemark>