The method to parse the value from a string.
static AdifMyLon fromString(String str) { return AdifMyLon(AdifLocation.fromString(str)); }