Type Alias GetDataOptions

Options that can be provided to get user data.

type GetDataOptions = {
    apiKey?: string;
}
Index

Properties

Properties

apiKey?: string

Custom MapTiler Cloud API key to use instead of the one in global config

Was this helpful?

Client JS
Reference
GetDataOptions