跳过导航链接
A C E G H L O Q R S T W 

A

addGeoQueryEventListener(GeoQueryEventListener) - 类 中的方法com.wilddog.wildgeo.GeoQuery
Adds a new GeoQueryEventListener to this GeoQuery.

C

com.wilddog.wildgeo - 程序包 com.wilddog.wildgeo
 
coordinatesValid(double, double) - 类 中的静态方法com.wilddog.wildgeo.GeoLocation
Checks if these coordinates are valid geo coordinates.

E

equals(Object) - 类 中的方法com.wilddog.wildgeo.GeoLocation
 

G

GeoLocation - com.wilddog.wildgeo中的类
A wrapper class for location coordinates.
GeoLocation(double, double) - 类 的构造器com.wilddog.wildgeo.GeoLocation
Creates a new GeoLocation with the given latitude and longitude.
GeoQuery - com.wilddog.wildgeo中的类
A GeoQuery object can be used for geo queries in a given circle.
GeoQueryEventListener - com.wilddog.wildgeo中的接口
GeoQuery notifies listeners with this interface about keys that entered, exited, or moved within the query.
getCenter() - 类 中的方法com.wilddog.wildgeo.GeoQuery
Returns the current center of this query.
getLocation(String, LocationCallback) - 类 中的方法com.wilddog.wildgeo.WildGeo
Gets the current location for a key and calls the callback with the current value.
getRadius() - 类 中的方法com.wilddog.wildgeo.GeoQuery
Returns the radius of the query, in kilometers.
getWilddog() - 类 中的方法com.wilddog.wildgeo.WildGeo
 

H

hashCode() - 类 中的方法com.wilddog.wildgeo.GeoLocation
 

L

latitude - 类 中的变量com.wilddog.wildgeo.GeoLocation
The latitude of this location in the range of [-90, 90]
LocationCallback - com.wilddog.wildgeo中的接口
Classes implementing this interface can be used to receive the locations stored in WildGeo.
longitude - 类 中的变量com.wilddog.wildgeo.GeoLocation
The longitude of this location in the range of [-180, 180]

O

onCancelled(WilddogError) - 接口 中的方法com.wilddog.wildgeo.LocationCallback
Called if the callback could not be added due to failure on the server or security rules.
onComplete(String, WilddogError) - 接口 中的方法com.wilddog.wildgeo.WildGeo.CompletionListener
Called once a location was successfully saved on the server or an error occurred.
onGeoQueryError(WilddogError) - 接口 中的方法com.wilddog.wildgeo.GeoQueryEventListener
Called in case an error occurred while retrieving locations for a query, e.g. violating security rules.
onGeoQueryReady() - 接口 中的方法com.wilddog.wildgeo.GeoQueryEventListener
Called once all initial WildGeo data has been loaded and the relevant events have been fired for this query.
onKeyEntered(String, GeoLocation) - 接口 中的方法com.wilddog.wildgeo.GeoQueryEventListener
Called if a key entered the search area of the GeoQuery.
onKeyExited(String) - 接口 中的方法com.wilddog.wildgeo.GeoQueryEventListener
Called if a key exited the search area of the GeoQuery.
onKeyMoved(String, GeoLocation) - 接口 中的方法com.wilddog.wildgeo.GeoQueryEventListener
Called if a key moved within the search area.
onLocationResult(String, GeoLocation) - 接口 中的方法com.wilddog.wildgeo.LocationCallback
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.

Q

queryAtLocation(GeoLocation, double) - 类 中的方法com.wilddog.wildgeo.WildGeo
Returns a new Query object centered at the given location and with the given radius.

R

removeAllListeners() - 类 中的方法com.wilddog.wildgeo.GeoQuery
Removes all event listeners from this GeoQuery.
removeGeoQueryEventListener(GeoQueryEventListener) - 类 中的方法com.wilddog.wildgeo.GeoQuery
Removes an event listener.
removeLocation(String) - 类 中的方法com.wilddog.wildgeo.WildGeo
Removes the location for a key from this WildGeo.
removeLocation(String, WildGeo.CompletionListener) - 类 中的方法com.wilddog.wildgeo.WildGeo
Removes the location for a key from this WildGeo.

S

setCenter(GeoLocation) - 类 中的方法com.wilddog.wildgeo.GeoQuery
Sets the new center of this query and triggers new events if necessary.
setLocation(String, GeoLocation) - 类 中的方法com.wilddog.wildgeo.WildGeo
Sets the location for a given key.
setLocation(String, GeoLocation, WildGeo.CompletionListener) - 类 中的方法com.wilddog.wildgeo.WildGeo
Sets the location for a given key.
setRadius(double) - 类 中的方法com.wilddog.wildgeo.GeoQuery
Sets the radius of this query, in kilometers, and triggers new events if necessary.

T

toString() - 类 中的方法com.wilddog.wildgeo.GeoLocation
 

W

WildGeo - com.wilddog.wildgeo中的类
A WildGeo instance is used to store geo location data in Wilddog.
WildGeo(Wilddog) - 类 的构造器com.wilddog.wildgeo.WildGeo
Creates a new WildGeo instance at the given Wilddog reference.
WildGeo.CompletionListener - com.wilddog.wildgeo中的接口
A listener that can be used to be notified about a successful write or an error on writing.
A C E G H L O Q R S T W 
跳过导航链接

Copyright © 2015 Wilddog. All rights reserved.