Uses of Interface
com.iizix.geo.ILocationService
Packages that use ILocationService Package Description com.iizix.gyro com.iizix.prop com.iizix.server.gyro Uses of ILocationService in com.iizix.gyro
Methods in com.iizix.gyro that return ILocationService Modifier and Type Method Description ILocationServiceIAppSessionGyro. getLocationService()Returns an instance of the geolocation service.ILocationServiceIClientSessionGyro. getLocationService()Returns an instance of the geolocation service.Uses of ILocationService in com.iizix.prop
Methods in com.iizix.prop that return ILocationService Modifier and Type Method Description ILocationServiceGeoProps. initialize(IClientSessionGyro clientGyro, IAddUserLocation locationAdder)Initializes the client session to receive locations.Uses of ILocationService in com.iizix.server.gyro
Methods in com.iizix.server.gyro that return ILocationService Modifier and Type Method Description ILocationServiceAppSessionGyro. getLocationService()Returns the location service for the application session.ILocationServiceClientSessionGyro. getLocationService()Returns an instance of the geolocation service.