NOTICE: Google Maps Platform gaming services is deprecated as of October 18, 2021. Current users will have continued access until December 31, 2022. During this time, we will continue to provide support and fixes to major bugs and outages. See the Gaming Services Transition Guide for resources to help you plan the next steps for your projects.

Google.Maps.Exception.TileParsingException

Thrown when a tile from the network can't be parsed.

Summary

Inheritance

Inherits from: Google.Maps.Exception.MapsException

Constructors and Destructors

TileParsingException(MercatorTileCoords coords, string requestOptions, System.Exception exception)
Constructor.

Public functions

TileParsingException

 TileParsingException(
  MercatorTileCoords coords,
  string requestOptions,
  System.Exception exception
)

Constructor.

Details
Parameters
coords
The coordinates of the tile being parsed.
requestOptions
The options used for requesting tiles from tile server.
exception
The exception happened during tile parsing.