Package com.iizix.server.geo
Interface ILocationReceiver
public interface ILocationReceiver
Interface used to process location updated from the client devices.
- Author:
- Christopher Mindus
Method Summary
Modifier and TypeMethodDescriptionvoidprocessLocationURL(HttpServletRequest request) Processes the location URL.
Method Details
processLocationURL
Processes the location URL.- Parameters:
request- The HTTP request.