protected void onUiEngineAttached(final boolean attached) {
super.onUiEngineAttached(attached);
if (attached) {
// Set the location of the map to some random location
_map.getMapField().getAction().setCenter(
new MapPoint(ORIGIN_LATITUDE, ORIGIN_LONGITUDE));
// Set the zoom level of the map
_map.getMapField().getAction().setZoom(ZOOM_LEVEL);
// Now that we know the map is up and running, start the "service"