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 instead of java.util.ArrayList.
java.util.List
java.util.ArrayList