Type Alias CoordinatesSearchOptions

type CoordinatesSearchOptions = {
    apiKey?: string;
    exports?: boolean;
    limit?: number;
    transformations?: boolean;
}
Index

Properties

apiKey?: string

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

exports?: boolean

Show exports in WKT and Proj4 notations (default: false)

limit?: number

Maximum number of results returned (default: 10)

transformations?: boolean

Show detailed transformations for each CRS (default: false)

Was this helpful?

Client JS
Reference
CoordinatesSearchOptions