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 ILocationService
IAppSessionGyro. getLocationService()
Returns an instance of the geolocation service.ILocationService
IClientSessionGyro. 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 ILocationService
GeoProps. 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 ILocationService
AppSessionGyro. getLocationService()
Returns the location service for the application session.ILocationService
ClientSessionGyro. getLocationService()
Returns an instance of the geolocation service.