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