Type Alias CoordinatesTransformOptions
type CoordinatesTransformOptions = {
apiKey?: string;
operations?: number | number[];
sourceCrs?: number;
targetCrs?: number;
}
apiKey?: string;
operations?: number | number[];
sourceCrs?: number;
targetCrs?: number;
}
Index
Properties
Properties
OptionalapiKey
apiKey?: string
Custom MapTiler Cloud API key to use instead of the one in global config
Optionaloperations
operations?: number | number[]
List of codes of operations
OptionalsourceCrs
sourceCrs?: number
Source coordinate reference system (default: 4326)
OptionaltargetCrs
targetCrs?: number
Target coordinate reference system (default: 4326)
Options that can be provided when transforming a coordinate from one CRS to another.