The `LocationFormatter` object should also be able to parse its created location strings. This is a follow up from #70. ```java Location LocationFormatter.parse(CharSequence text); ```
The
LocationFormatterobject should also be able to parse its created location strings.This is a follow up from #70.