I've modified a code sample so I can draw a circle on a map around a Pin (to simulate a Geofence)
The method I've used calls OnElementChanged only once when the map is created so if I update the pins afterwards (and that all works fine) my custom renderer is never called again
Please can someone advise the best method whereby I can redraw my list of geofence circles on the map as co-ordinates change?