Checks if the string is a valid longitude.
bool isLongitude(String s) => Patterns.longitude.hasMatch(s);