Inherits ResultMatcher< T >.
List of all members.
Member Function Documentation
void net.osmand.plus.AsyncLoadingThread.MapObjectLoadRequest< T >.finish |
( |
| ) |
|
boolean net.osmand.plus.AsyncLoadingThread.MapObjectLoadRequest< T >.isCancelled |
( |
| ) |
|
boolean net.osmand.plus.AsyncLoadingThread.MapObjectLoadRequest< T >.isContains |
( |
double |
topLatitude, |
|
|
double |
leftLongitude, |
|
|
double |
bottomLatitude, |
|
|
double |
rightLongitude |
|
) |
| |
boolean net.osmand.plus.AsyncLoadingThread.MapObjectLoadRequest< T >.isRunning |
( |
| ) |
|
boolean net.osmand.plus.AsyncLoadingThread.MapObjectLoadRequest< T >.publish |
( |
T |
object | ) |
|
void net.osmand.plus.AsyncLoadingThread.MapObjectLoadRequest< T >.setBoundaries |
( |
double |
topLatitude, |
|
|
double |
leftLongitude, |
|
|
double |
bottomLatitude, |
|
|
double |
rightLongitude |
|
) |
| |
void net.osmand.plus.AsyncLoadingThread.MapObjectLoadRequest< T >.start |
( |
| ) |
|
Member Data Documentation
double net.osmand.plus.AsyncLoadingThread.MapObjectLoadRequest< T >.bottomLatitude [protected] |
boolean net.osmand.plus.AsyncLoadingThread.MapObjectLoadRequest< T >.cancelled = false [protected] |
double net.osmand.plus.AsyncLoadingThread.MapObjectLoadRequest< T >.leftLongitude [protected] |
double net.osmand.plus.AsyncLoadingThread.MapObjectLoadRequest< T >.rightLongitude [protected] |
volatile boolean net.osmand.plus.AsyncLoadingThread.MapObjectLoadRequest< T >.running = false [protected] |
double net.osmand.plus.AsyncLoadingThread.MapObjectLoadRequest< T >.topLatitude [protected] |
The documentation for this class was generated from the following file: