logicalTileSize constant

int const logicalTileSize

The size in pixels of the (square) tiles passed to the Maps SDK.

Even though the web supports any size, and rectangular tiles, for for consistency with mobile, this is not configurable on the web. (Both Android and iOS prefer square 256px tiles @ 1x DPI)

For higher DPI screens, the Tile that is actually returned can be larger than 256px square.

Implementation

static const int logicalTileSize = 256;