Uses of Interface
com.iizix.geo.ILocationListener
Packages that use ILocationListener
Uses of ILocationListener in com.iizix.geo
Methods in com.iizix.geo with parameters of type ILocationListenerModifier and TypeMethodDescriptionbooleanILocationService.addLocationChangeListener(ILocationListener listener) Starts listening to changes in the location.booleanILocationService.removeLocationChangeListener(ILocationListener listener) Stops listening to changes of locations.intILocationService.requestLocation(ILocationListener callback) Requests a new location.Uses of ILocationListener in com.iizix.prop
Methods in com.iizix.prop with parameters of type ILocationListenerModifier and TypeMethodDescriptionbooleanGeoProps.requestLocation(ILocationListener callback) Request a new Geolocation from the client.