Skip to content

How to load vector tiles from vectorSource endpoint #2

Description

@jmielczarkowski

Hi @charlenni ,

I wonder if it's possible to load vector tiles from vectorSource like endpoint. In example application for Android Mapbox Maps SDK I could see that kind of Android code to load those:

mapboxMap.loadStyleUri(Style.LIGHT) {
            it.addSource(
                vectorSource(SOURCE_ID) {
tiles(listOf("https://tiles.mapillary.com/maps/vtp/mly1_public/2/{z/{x}/{y}?access_token={SECRECT}"))
                    minzoom(4)
                    maxzoom(20)
                }
            )

Is this possible in your project or do you have idea how to implement that part?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions