Skip to content

Commit

Permalink
Revert "Additional documentation (flutter-mapbox-gl#986)"
Browse files Browse the repository at this point in the history
This reverts commit 574cf70.
  • Loading branch information
FreeGrow committed Sep 21, 2023
1 parent a4ac1f5 commit a33c685
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 84 deletions.
26 changes: 0 additions & 26 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,30 +4,6 @@
>
> We welcome [feedback](https://github.com/tobrun/flutter-mapbox-gl/issues) and contributions.

## Table of contents

- [Flutter Mapbox GL](#flutter-mapbox-gl)
- [Table of contents](#table-of-contents)
- [Introduction](#introduction)
- [Setting up](#setting-up)
- [Mobile](#mobile)
- [Secret Mapbox access token](#secret-mapbox-access-token)
- [Web](#web)
- [All platforms](#all-platforms)
- [Public Mapbox access token](#public-mapbox-access-token)
- [Supported API](#supported-api)
- [Map Styles](#map-styles)
- [Offline Sideloading](#offline-sideloading)
- [Downloading Offline Regions](#downloading-offline-regions)
- [Location features](#location-features)
- [Android](#android)
- [iOS](#ios)
- [Running the example code](#running-the-example-code)
- [Contributing](#contributing)

## Introduction

This Flutter plugin allows to show embedded interactive and customizable vector maps inside a Flutter widget. For the Android and iOS integration, we use [mapbox-gl-native](https://github.com/mapbox/mapbox-gl-native). For web, we rely on [mapbox-gl-js](https://github.com/mapbox/mapbox-gl-js). This project only supports a subset of the API exposed by these libraries.

![screenshot.png](screenshot.png)
Expand Down Expand Up @@ -224,8 +200,6 @@ xml ...

[Recommended](https://docs.mapbox.com/help/tutorials/first-steps-ios-sdk/#display-the-users-location) explanation about "Shows your location on the map and helps improve the map".

## Running the example code
See the [documentation about this topic](doc/RUNNING_EXAMPLE_CODE.md)

## Contributing

Expand Down
58 changes: 0 additions & 58 deletions doc/RUNNING_EXAMPLE_CODE.md

This file was deleted.

Binary file removed doc/img/example-iphone.jpeg
Binary file not shown.
Binary file removed doc/img/xcode-bundle-identifier.png
Binary file not shown.

0 comments on commit a33c685

Please sign in to comment.