public class GeoApiContext
extends java.lang.Object
Construct this object by using the enclosed GeoApiContext.Builder.
 
When you are finished with a GeoApiContext object, you must call shutdown() on it to
 release its resources.
| Modifier and Type | Class | Description | 
|---|---|---|
static class  | 
GeoApiContext.Builder | 
 The Builder for  
GeoApiContext. | 
static interface  | 
GeoApiContext.RequestHandler | 
 The service provider interface that enables requests to be handled via switchable back ends. 
 | 
| Modifier and Type | Method | Description | 
|---|---|---|
void | 
shutdown() | 
 Shut down this GeoApiContext instance, reclaiming resources. 
 |