Type alias TMSImplementationOptions

TMSImplementationOptions: RasterLayerImplementationOptions & {
    format: string;
    tileSize: Size;
}

Type declaration

  • format: string
  • tileSize: Size

Generated using TypeDoc