New basemap styling is coming soon to Google Maps Platform. This update to map styling includes a new default color palette, modernized pins, and improvements to map experiences and usability. All map styles will be automatically updated in March 2025. For more information on availability and how to opt in earlier, see
New map style for Google Maps Platform.
GoogleMaps Framework Reference
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 2024-11-15 UTC.
[null,null,["Last updated 2024-11-15 UTC."],[[["`kGMSTileLayerNoTile` is a constant representing a placeholder image."],["This placeholder signifies the absence of a real tile for given coordinates in a `GMSTileOverlay`."],["`GMSTileOverlay`'s `tileForX:y:zoom:` method might return this placeholder when no tile data is available."]]],["`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"]]