Uses of Interface
com.iizix.geo.ILocationListener
Packages that use ILocationListener Package Description com.iizix.geo com.iizix.prop Uses of ILocationListener in com.iizix.geo
Methods in com.iizix.geo with parameters of type ILocationListener Modifier and Type Method Description boolean
ILocationService. addLocationChangeListener(ILocationListener listener)
Starts listening to changes in the location.boolean
ILocationService. removeLocationChangeListener(ILocationListener listener)
Stops listening to changes of locations.int
ILocationService. requestLocation(ILocationListener callback)
Requests a new location.Uses of ILocationListener in com.iizix.prop
Methods in com.iizix.prop with parameters of type ILocationListener Modifier and Type Method Description boolean
GeoProps. requestLocation(ILocationListener callback)
Request a new Geolocation from the client.