@ Mike A geofence will work with AI2 to do what you want to do provided the council areas are squares or rectangles. If the area is a polygon, the problem is more complex. If a square or rectangle you could use a different geofence for each as per the example in Wolber et al's book...perhaps determine truck location, then check if in square A if not is it in square B etc and use that to determine whether the truck is within one of the council areas.
There are mathematical algorithms that can determine if a point is in a polygon or not and if you have the coordinates of the outline of the council area you could try that approach.
a .shp file (shape file) can represent any polygon, is a professional way to handle geographic data and is more difficult to work with. If you have .shp files of the council areas you could use a Fusion Table Map and use the sql features to determine if the Android is in a specific council area. This works. I have done it with AI2 for US counties. The FTMap can work with kml files. .shp files can be converted into kml files and displayed on a FTM (described in my previous post). This is complicated but works extremely well and is essentially a geofence. There is a 'converter' on Google's FT but the instructions are vague. Most of the difficult work is working with the FT outside of AI2...you need to get it into the appropriate form.
-----------------------------
@JimP ... shape files are a great idea for Mike's app now that we know what he actually wants to do and you suggestions are a huge head start for him if the government area shape files include his 'council areas.' .... Shape files can be handled in a Fusion Table and displayed on a Fusion Table map and the boundaries are in the correct form (.shp files).
------------------------------
Jim's suggestion " just report its position on arrival to site as 'Council area #3' (from a ListPicker or similar) and log its lat-lon so that the inspectors can find it?" is probably the easiest solution to do what you (Mike) describe and requires the simplest coding. Let the vendor determine whether they are in council area whatever and report they are there AND report its latitude/longitude or CurrentAddress. Post the information to a FT used/shared by the government,the vendors and you and the vendor can also post his/her location on the FT map automatically if you write the blocks Mike or the info could be sent as an email or an sms. Your app, your dilemma, your solution. :)
Alternatively ALL the locations can be posted to a Google static map and shared with whoever (see the blocks provided above. A limitation with the static map is the location labels can be only a single character. You will have to provide a vendor 'key' or legend.
Good luck. Let us know how it goes. When you have an interesting solution, you may want to share it with the users here.
Regards,
Steve