限定符和类型 | 方法和说明 |
---|---|
GeoLocation |
GeoQuery.getCenter()
Returns the current center of this query.
|
限定符和类型 | 方法和说明 |
---|---|
void |
GeoQueryEventListener.onKeyEntered(String key,
GeoLocation location)
Called if a key entered the search area of the GeoQuery.
|
void |
GeoQueryEventListener.onKeyMoved(String key,
GeoLocation location)
Called if a key moved within the search area.
|
void |
LocationCallback.onLocationResult(String key,
GeoLocation location)
This method is called with the current location of the key. location will be null if there is no location
stored in WildGeo for the key.
|
GeoQuery |
WildGeo.queryAtLocation(GeoLocation center,
double radius)
Returns a new Query object centered at the given location and with the given radius.
|
void |
GeoQuery.setCenter(GeoLocation center)
Sets the new center of this query and triggers new events if necessary.
|
void |
WildGeo.setLocation(String key,
GeoLocation location)
Sets the location for a given key.
|
void |
WildGeo.setLocation(String key,
GeoLocation location,
WildGeo.CompletionListener completionListener)
Sets the location for a given key.
|
Copyright © 2015 Wilddog. All rights reserved.