Type Alias CoordinatesSearchOptions
type CoordinatesSearchOptions = {
apiKey?: string;
exports?: boolean;
limit?: number;
transformations?: boolean;
}
apiKey?: string;
exports?: boolean;
limit?: number;
transformations?: boolean;
}
Index
Properties
Properties
OptionalapiKey
apiKey?: string
Optionalexports
exports?: boolean
Show exports in WKT and Proj4 notations (default: false)
Optionallimit
limit?: number
Maximum number of results returned (default: 10)
Optionaltransformations
transformations?: boolean
Show detailed transformations for each CRS (default: false)
Custom MapTiler Cloud API key to use instead of the one in global
config