Distance
Constants indicating the system of measurement that displays on the map.
Declaration
const Distance: Readonly<{
readonly Adaptive: "adaptive";
readonly Metric: "metric";
readonly Imperial: "imperial";
}>Overview
Use these constants with the map’s distances property.