- 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.