
Publisher
meenky
MapTileProvider 2D
Provides an interface for loading real world map imagery into Godot with optional caching to reduce network traffic.
This plugin has been mirrored from the Godot Asset Library.
The plugin author is in no way affiliated with Gadget.
If you are the author of this plugin and would like this mirror removed, please contact support@gadgetgodot.com.
MapTileProvider
Easily acquire satellite imagery from within a Godot scene. MapTileProvider requests satellite and/or cartographic imagery from tile servers via HTTP(S). Tiles may optionally be cached by MapTileProvider in the user:// directory.
There are two trash examples in addons/map_tile_provider/examples that show
how to interact with the MapTileLoader class to load tiles. The examples
DO NOT show best practice for displaying the map tiles.