MapProviderCredentialsAreValid
Returns a BOOL value (true or false). If the map provider is valid, the function returns true.
Syntax:
MapProviderCredentialsAreValid( mapSourceIndex or “mapSourceName” )
| Parameter | Type | Description |
|---|---|---|
mapSourceIndex or mapSourceName | INT or STRING | ID value or full name of the map provider, as defined in mapproviders.xml located in the installation folder. |
MapProviderCredentialsAreNeeded
Returns a BOOL value (true or false). If credentials are needed, the function returns true.
Syntax:
MapProviderCredentialsAreNeeded( mapSourceIndex or “mapSourceName” )
| Parameter | Type | Description |
|---|---|---|
mapSourceIndex or mapSourceName | INT or STRING | ID value or full name of the map provider, as defined in mapproviders.xml located in the installation folder. |