public class DirectionsStartSearch
extends java.lang.Object
Class to search for starting points for directions.
Modifier and Type | Class and Description |
---|---|
static class |
DirectionsStartSearch.Builder
A factory class for creating search requests.
|
static interface |
DirectionsStartSearch.DirectionsStartSearchListener
Listener to receive events about searches.
|
Modifier and Type | Method and Description |
---|---|
void |
cancel()
Cancel the search request.
|
void |
start()
Start the search request.
|