directions
Here are 87 public repositories matching this topic...
-
Updated
Aug 16, 2021 - TypeScript
Would be nice to tell a user when certain things happen while processing, e.g. clamping values to their allowed maximum, enabling destination_only roads in 2. pass, deprecating request parameters etc.
IMO it should be a top-level warnings array of strings which is empty by default and all modules can add their share during processing: probably implement the most obvious ones first and add o
NavigationMapView should automatically switch to the night style when the Smart Invert Colors option is enabled in iOS 11, based on UIAccessibilityIsInvertColorsEnabled() or the [UIAccessibilityInvertColorsStatusDidChange](https://developer.apple.com/documentation/foundation/nsnotification.name/1615196-
At the https://github.com/flexible-agency/react-native-map-link/blob/master/src/index.js#L42
we verify if params are in the options, but do not check the value, so for undefined we have
parseFloat(undefined); // NaN
for sure it can be fixed in the client code, but seems like nice to handle it inside the lib


Currently the layer cannot be selected for low zoom levels.