/MapViewRedo

Android bitmap map view library and demo app with upstreamed build configurtion. See original here: https://github.com/onlylemi/MapView

Primary LanguageJavaMIT LicenseMIT

Unmaintained, see original here

  • original: https://github.com/onlylemi/MapView
  • this repository contains upstreamed build config with current (2020) common Android Studio setup and Gradle config
  • I am not an author of the original codebase

To get a Git project into your build:

Step 1. Add the JitPack repository to your build file

Add it in your root build.gradle at the end of repositories:

	allprojects {
		repositories {
			...
			maven { url 'https://jitpack.io' }
		}
	}

Step 2. Add the dependency (choose proper 'Tag', see below)

	dependencies {
		implementation 'com.github.SirionRazzer:MapViewRedo:Tag'
	}

You can use the short commit hash or 'master-SNAPSHOT' as the version, ie. 'com.github.SirionRazzer:MapViewRedo:master-SNAPSHOT'

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.