validateAPIKeyStringFormat

Checks that the given API Key string format is a valid one

The given API Key must contain only alphanumeric characters

Return

true if the given string matches the [0-9a-zA-Z]+ regex, false otherwise

Parameters

apiKey

A MapsIndoors API Key