Field.NON_FOCUSABLE));
add(new RichTextField("Average Speed(m/s): "
+ Float.toString(avgSpeed), Field.NON_FOCUSABLE));
// Display the WayPoint on a map
final MapField map = new MapField();
map.moveTo(new Coordinates(point._latitude, point._longitude,
Float.NaN));
add(map);
}