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... | |
com.pikkart.ar.geo.GeoElement.GeoElement | ( | Location | geoLocation, |
String | id, | ||
String | name | ||
) |
GeoElement constructor.
com.pikkart.ar.geo.GeoElement.GeoElement | ( | Location | geoLocation, |
String | id, | ||
String | name, | ||
GeoElementVisibility | visibilityParam | ||
) |
GeoElement constructor.
Location com.pikkart.ar.geo.GeoElement.getGeoLocation | ( | ) |
Returns the location of the marker.
void com.pikkart.ar.geo.GeoElement.setGeoLocation | ( | Location | geoLocation | ) |
Sets the location of the marker.
String com.pikkart.ar.geo.GeoElement.getId | ( | ) |
Returns the id of the marker.
void com.pikkart.ar.geo.GeoElement.setId | ( | String | id | ) |
Sets the id of the marker.
String com.pikkart.ar.geo.GeoElement.getName | ( | ) |
Returns the name of the marker.
void com.pikkart.ar.geo.GeoElement.setName | ( | String | name | ) |
Sets the name of the marker.