Type Alias GeolocationInfoOptions

Options that can be provided to get user data.

type GeolocationInfoOptions = {
    apiKey?: string;
    elevation?: boolean;
}
Index

Properties

Properties

apiKey?: string

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

elevation?: boolean

Include elevation (in meters) in the results. Default: false

Was this helpful?

Client JS
Reference
GeolocationInfoOptions