kemApiV3MapsDarkZXYPngGet method
Retrieves a Dark-themed map tile image for the specified zoom level and tile coordinates (z, x, y).
The tile is returned as a PNG image. The response may be served from cache if available. @param z @param x @param y
Implementation
Future<chopper.Response> kemApiV3MapsDarkZXYPngGet({
required int? z,
required int? x,
required int? y,
}) {
return _kemApiV3MapsDarkZXYPngGet(z: z, x: x, y: y);
}