# MapView
**Repository Path**: freetryMyleft/MapView
## Basic Information
- **Project Name**: MapView
- **Description**: No description available
- **Primary Language**: Unknown
- **License**: MIT
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2021-06-18
- **Last Updated**: 2021-06-18
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# MapView
[](https://android-arsenal.com/details/1/3497)
[](https://jitpack.io/#onlylemi/mapview)
[](https://github.com/onlylemi/MapView/blob/master/LICENSE)
This a indoor map view named MapView for `Android`. It also offer some layers. If you are doing a indoor map application and try to do it.
## Layers
* MapLayer
* rotate
* scale
* slide
* LocationLayer
* Sensor
* BitmapLayer
* MarkLayer
* RouteLayer
* ShortestPath By [FloydAlgorithm](https://en.wikipedia.org/wiki/Floyd%E2%80%93Warshall_algorithm)
* BestPath By [GeneticAlgorithm](https://en.wikipedia.org/wiki/Genetic_algorithm), and you also look [here](https://github.com/onlylemi/GeneticTSP).
## Demo
I offer every layer demo and you can look the [demo](https://github.com/onlylemi/MapView/tree/master/demo) floder. And the following is a screenshot of demo.



## Usage
### Gradle
```groovy
allprojects {
repositories {
maven { url "https://jitpack.io" }
}
}
dependencies {
compile 'com.github.onlylemi:mapview:v1.0'
}
```
### Maven
```xml
jitpack.io
https://jitpack.io
com.github.onlylemi
mapview
v1.0
```
## About me
Welcome to pull [requests](https://github.com/onlylemi/GeneticTSP/pulls).
If you have any new idea about this project, feel free to [contact me](mailto:onlylemi.com@gmail.com). :smiley: