mkouhia / dearpygui-map

Map widget for Dear PyGui
https://pypi.org/project/dearpygui-map/
MIT License
13 stars 2 forks source link

Add api keys to tile sources #6

Open mkouhia opened 2 years ago

mkouhia commented 2 years ago
class TileServer:

    ...

    def with_api_key(api_key: str) -> TileServer:
        """Return new instance with API key set"""
        ...