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 booleanILocationService. 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 ILocationListener Modifier and Type Method Description booleanGeoProps. requestLocation(ILocationListener callback)Request a new Geolocation from the client.