Pikkart-AR SDK  3.5
Android SDK References
com.pikkart.ar.recognition.items.Marker Class Reference

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...
 

Member Function Documentation

◆ getId()

String com.pikkart.ar.recognition.items.Marker.getId ( )

Returns the unique identifier of the marker.

◆ getCustomData()

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.

◆ getDatabase()

MarkerDatabase com.pikkart.ar.recognition.items.Marker.getDatabase ( )

Returns the MarkerDatabase object encapsulating information about the database that contains the marker.

◆ getWidth()

float com.pikkart.ar.recognition.items.Marker.getWidth ( )

Returns the width in meters of the printed marker.

◆ getHeight()

float com.pikkart.ar.recognition.items.Marker.getHeight ( )

Returns the height in meters of the printed marker.