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