public class BuildingDetector extends java.lang.Object implements java.util.concurrent.Callable<BuildingDetector.Output>
| Modifier and Type | Class and Description |
|---|---|
class |
BuildingDetector.Output
Class holding the ouputs of the BuildingDetector
|
| Constructor and Description |
|---|
BuildingDetector(android.content.Context context)
Initializes all the fields for the Class
|
| Modifier and Type | Method and Description |
|---|---|
BuildingDetector.Output |
call() |
public BuildingDetector(android.content.Context context)
context - Context used throughout the classpublic BuildingDetector.Output call()
call in interface java.util.concurrent.Callable<BuildingDetector.Output>