I currently have a remote service which gets the users current location (this is all working fine). I now want to be able to get the users current location then add a to a l
(As per my comment, which apparently fixed the problem)
Use java.util.List<Location> instead of java.util.ArrayList<Location>.
java.util.List<Location>
java.util.ArrayList<Location>