directions
Here are 91 public repositories matching this topic...
-
Updated
Nov 22, 2021 - TypeScript
just realized that truck routing doesn't care about the use_highways option. I didn't do an extensive review what else might be missing, on a quick scan it's at least:
- highway factor
- surface factor
labeling as bug since it's not expected behavior reading the documentation
-
Updated
Nov 24, 2021 - Swift
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.