Package com.iizix.server.geo
Interface ILocationReceiver
public interface ILocationReceiverInterface used to process location updated from the client devices.- Author:
- Christopher Mindus
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidprocessLocationURL(HttpServletRequest request)Processes the location URL.
Method Detail
processLocationURL
void processLocationURL(HttpServletRequest request)
Processes the location URL.- Parameters:
request- The HTTP request.