Start a new topic

Get x/y Position of a POI

Get x/y Position of a POI


When using something like:

                var img = new AR.ImageDrawable(poiImage, 2.0,
                                               {scale: parseFloat(j.scale),
                                               triggers: {
                                               onClick:
                                               createClickTrigger(poiID)}}
                                               );

Is there a way to get the position of the the POI passed to createClickTrigger(), where position refers to the current position on the screen, i.e. x/y position in pixels and not long/lat position.

Thanks
     Christian

This is officially not supported. However someone found a way to accomplish this, have a look at: http://forum.wikitude.com/home/-/message_boards/message/116635
Login or Signup to post a comment