Debug.output("Location(" + latitude + ", " + longitude
+ ", offset " + x + ", " + y + ", " + name + ")");
}
if (locationMarker == null) {
location = new OMPoint(lat, lon, xOffset, yOffset);
} else {
location = locationMarker;
}
// We can do the x offset off the location here, we'll do the