# 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 [![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:onlylemi.com@gmail.com). :smiley: