I am currently working on an android application.
I am trying to set up an proximity alert based on a set of coordinates that are stored in a kml file, parsed and displayed on a google map. I want to be able to track the users location and then when they get within a certain distance of one of these points for an alert to pop up. I have worked through an example using hard coded points successfully but now would like to adapt this to use the points in the KML.
I have looked extensively for examples of this, and have found nothing.
If anyone could tell me if this were possible, or where i might be able to find examples of how to do it i would be most grateful! I am new to programming and I am finding it hard to know where to start.
Thanks in advance for any help!!