public void afterPropertiesSet() throws Exception {
if (compass == null) {
throw new IllegalArgumentException(
"Must set compass property");
}
this.compassTemplate = new CompassTemplate(compass);
// ensure that our gps is going to mirror all data changes from
// here on out.
// this will give us real time searchability of saved objects
mirrorGPS.setMirrorDataChanges(true);