this removes the debug only assertion that coordinates must be within +-90, +-180. This upstream change will fix multiple issues in flutter_map (and the assertion only applies to manually instantiated latlng objects, as the check is not done on the LatLng.fromJson constructor.
this removes the debug only assertion that coordinates must be within +-90, +-180. This upstream change will fix multiple issues in flutter_map (and the assertion only applies to manually instantiated latlng objects, as the check is not done on the LatLng.fromJson constructor.
fixes #11