maxOLCLength

The max number of characters in an open location code. This is the max number of digits plus a separator character.

@safe
enum maxOLCLength = maxDigitCount + 1;

Meta