GoogleMaps Framework Reference
Stay organized with collections
Save and categorize content based on your preferences.
kGMSTileLayerNoTile
extern UIImage *const _Nonnull kGMSTileLayerNoTile
Stub tile that is used to indicate that no tile exists for a specific tile coordinate. May be
returned by -tileForX:y:zoom:
on GMSTileOverlay
.
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-08-27 UTC.
[null,null,["Last updated 2025-08-27 UTC."],[[["\u003cp\u003e\u003ccode\u003ekGMSTileLayerNoTile\u003c/code\u003e is a constant representing a placeholder image.\u003c/p\u003e\n"],["\u003cp\u003eThis placeholder signifies the absence of a real tile for given coordinates in a \u003ccode\u003eGMSTileOverlay\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eGMSTileOverlay\u003c/code\u003e's \u003ccode\u003etileForX:y:zoom:\u003c/code\u003e method might return this placeholder when no tile data is available.\u003c/p\u003e\n"]]],["`kGMSTileLayerNoTile` is a constant `UIImage` used to signal the absence of a tile at a given coordinate. This stub tile can be returned by the `-tileForX:y:zoom:` method within `GMSTileOverlay`. Its primary function is to provide a visual indicator that no tile data is available for the requested location. This allows for proper handling of areas without map tiles.\n"],null,["# GoogleMaps Framework Reference\n\nkGMSTileLayerNoTile\n===================\n\n extern UIImage *const _Nonnull kGMSTileLayerNoTile\n\nStub tile that is used to indicate that no tile exists for a specific tile coordinate. May be\nreturned by `-tileForX:y:zoom:` on `GMSTileOverlay`."]]