394041424344454647
}); } } private void fire(Position result) { Coordinates c = result.getCoordinates(); GeoLocationEvent geoLocationEvent = new GeoLocationEvent(c.getLatitude(), c.getLongitude(), c.getAccuracy()); geoLocationEventSource.fire(geoLocationEvent); }