JobRequest class

Request object for tile rendering operations.

This class encapsulates the parameters needed to render a map tile, including the primary tile coordinates and optional multi-tile rendering support for larger areas or higher resolution output.

Key features:

  • Single tile rendering support
  • Multi-tile rendering with tile ranges
  • Zoom level and indoor level validation
  • Immutable request parameters

Constructors

JobRequest(Tile tile, [Tile? rightLower])
Creates a new job request for tile rendering.

Properties

hashCode int
The hash code for this object.
no setterinherited
rightLower → Tile?
Optional lower-right tile for multi-tile rendering areas.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tile → Tile
Primary tile to render, or upper-left tile for multi-tile rendering.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited