A class that models the marker object returned by the recognition process.
Public Member Functions | |
String | getId () |
Returns the unique identifier of the marker. More... | |
String | getCustomData () |
Returns the custom data associated with the marker. More... | |
MarkerDatabase | getDatabase () |
Returns the MarkerDatabase object encapsulating information about the database that contains the marker. More... | |
float | getWidth () |
Returns the width in meters of the printed marker. More... | |
float | getHeight () |
Returns the height in meters of the printed marker. More... | |
String com.pikkart.ar.recognition.items.Marker.getId | ( | ) |
Returns the unique identifier of the marker.
String com.pikkart.ar.recognition.items.Marker.getCustomData | ( | ) |
Returns a string representing the custom data associated with the marker.
It can be set or changed through the control panel on http://developer.pikkart.com.
MarkerDatabase com.pikkart.ar.recognition.items.Marker.getDatabase | ( | ) |
Returns the MarkerDatabase object encapsulating information about the database that contains the marker.
float com.pikkart.ar.recognition.items.Marker.getWidth | ( | ) |
Returns the width in meters of the printed marker.
float com.pikkart.ar.recognition.items.Marker.getHeight | ( | ) |
Returns the height in meters of the printed marker.