Replies: 2 comments
-
The JS code seem pretty self explanatory. Maybe that helps already. |
Beta Was this translation helpful? Give feedback.
0 replies
-
(moving to discussion) It depends on the client library. Of the popular ones I know of (MapLibre Native, etc) there isn't a plugin system for data sources so would require maintaining a fork of the library. Can you point to any related open source data layer support for Android on google maps? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Mobile apps are often written in Kotlin for Android and Swift for iOS. Are there any libs around to support range requests on the client side? If not, is there a spec that explains the conversion from z/x/y coordinates to range requests?
In my case, I want to add vector PMTiles on an Android google maps client.
Beta Was this translation helpful? Give feedback.
All reactions