Skip to content

OrdnanceSurvey/vt-support

Repository files navigation

About

This is an experimental support library to work with Mapbox Vector Tiles.

Android

Experimentation on Android is possible by making the following dependency reference.

    implementation ('uk.os.vt:vt:LATEST_VERSION') {
        exclude group: 'com.google.code.findbugs'
        exclude module: 'annotations'
        exclude group: 'org.json'
        exclude module: 'json'
    }

Releases

No releases published

Packages

No packages published