Pikkart-AR SDK  3.5
Android SDK References
com.pikkart.ar.geo.GeoElement Class Reference

A class that models a geolocated marker.

Public Member Functions

 GeoElement (Location geoLocation, String id, String name)
 
 GeoElement (Location geoLocation, String id, String name, GeoElementVisibility visibilityParam)
 
Location getGeoLocation ()
 Returns the location of the marker. More...
 
void setGeoLocation (Location geoLocation)
 Sets the location of the marker. More...
 
String getId ()
 Returns the id of the marker. More...
 
void setId (String id)
 Sets the id of the marker. More...
 
String getName ()
 Returns the name of the marker. More...
 
void setName (String name)
 Sets the name of the marker. More...
 

Constructor & Destructor Documentation

◆ GeoElement() [1/2]

com.pikkart.ar.geo.GeoElement.GeoElement ( Location  geoLocation,
String  id,
String  name 
)

GeoElement constructor.

◆ GeoElement() [2/2]

com.pikkart.ar.geo.GeoElement.GeoElement ( Location  geoLocation,
String  id,
String  name,
GeoElementVisibility  visibilityParam 
)

GeoElement constructor.

Member Function Documentation

◆ getGeoLocation()

Location com.pikkart.ar.geo.GeoElement.getGeoLocation ( )

Returns the location of the marker.

◆ setGeoLocation()

void com.pikkart.ar.geo.GeoElement.setGeoLocation ( Location  geoLocation)

Sets the location of the marker.

◆ getId()

String com.pikkart.ar.geo.GeoElement.getId ( )

Returns the id of the marker.

◆ setId()

void com.pikkart.ar.geo.GeoElement.setId ( String  id)

Sets the id of the marker.

◆ getName()

String com.pikkart.ar.geo.GeoElement.getName ( )

Returns the name of the marker.

◆ setName()

void com.pikkart.ar.geo.GeoElement.setName ( String  name)

Sets the name of the marker.