Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/onlylemi/MapView
A MapView on Android platform.
https://github.com/onlylemi/MapView
android mapview
Last synced: about 1 month ago
JSON representation
A MapView on Android platform.
- Host: GitHub
- URL: https://github.com/onlylemi/MapView
- Owner: onlylemi
- License: mit
- Created: 2016-04-11T13:10:50.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-08-18T10:53:57.000Z (over 5 years ago)
- Last Synced: 2024-08-02T01:25:20.255Z (4 months ago)
- Topics: android, mapview
- Language: Java
- Homepage:
- Size: 157 KB
- Stars: 675
- Watchers: 33
- Forks: 162
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-github-android-ui - MapView - 室内地图视图 (地图)
README
# MapView
[![Android Arsenal](https://img.shields.io/badge/Android%20Arsenal-MapView-green.svg?style=true)](https://android-arsenal.com/details/1/3497)
[![jitpack](https://img.shields.io/badge/jitpack-v1.0-green.svg)](https://jitpack.io/#onlylemi/mapview)
[![license](https://img.shields.io/github/license/mashape/apistatus.svg?maxAge=2592000)](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.
![](https://raw.githubusercontent.com/onlylemi/notes/master/images/android_mapview_1.gif)
![](https://raw.githubusercontent.com/onlylemi/notes/master/images/android_mapview_2.gif)
![](https://raw.githubusercontent.com/onlylemi/notes/master/images/android_mapview_3.gif)## 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:[email protected]). :smiley: