Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

ydcool/MapView

Open more actions menu
 
 

Repository files navigation

MapView

Android Arsenal jitpack 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

Demo

I offer every layer demo and you can look the demo floder. And the following is a screenshot of demo.

Usage

Gradle

allprojects {
	repositories {
		maven { url "https://jitpack.io" }
	}
}
	
dependencies {
    compile 'com.github.onlylemi:mapview:v1.0'
}

Maven

<repositories>
	<repository>
	    <id>jitpack.io</id>
	    <url>https://jitpack.io</url>
	</repository>
</repositories>

<dependency>
    <groupId>com.github.onlylemi</groupId>
    <artifactId>mapview</artifactId>
    <version>v1.0</version>
</dependency>

About me

Welcome to pull requests.

If you have any new idea about this project, feel free to contact me. 😃

About

A MapView on Android platform.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 100.0%
Morty Proxy This is a proxified and sanitized view of the page, visit original site.