We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is your feature request related to a problem? Please describe. Apple Maps don't always have all of the features, such as address labels on the map
Describe the solution you'd like A way to add additional maps when showing the map display
Additional context Map sources are typically XML files that have the tileserver and other pertinent information. An example one for Google Maps is:
<?xml version="1.0" encoding="UTF-8"?> <customMapSource> <name>0.GoogleHybrid</name> <minZoom>0</minZoom> <maxZoom>21</maxZoom> <tileType>png</tileType> <tileUpdate>None</tileUpdate> <url>https://mt.google.com/vt/lyrs=y,hl=en&x={$x}&y={$y}&z={$z}</url> <backgroundColor>#000000</backgroundColor> </customMapSource>
The text was updated successfully, but these errors were encountered:
CoryFoy
No branches or pull requests
Is your feature request related to a problem? Please describe.
Apple Maps don't always have all of the features, such as address labels on the map
Describe the solution you'd like
A way to add additional maps when showing the map display
Additional context
Map sources are typically XML files that have the tileserver and other pertinent information. An example one for Google Maps is:
The text was updated successfully, but these errors were encountered: