Skip to content

Wolmo Maps - Wolox Mobile SDK maps module for Android

License

Notifications You must be signed in to change notification settings

Wolox/wolmo-maps-android

Repository files navigation

Build Status Release

WOLMO MAPS (ANDROID)

The MAPS module provides simple tools to build Google Maps views.

Usage

Import the module as alibrary in your project using Gradle:

root build.gradle

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

your app module build.gradle

dependencies {
        compile 'com.github.Wolox:wolmo-maps-android:master-SNAPSHOT'
}

Note: The above line will download the latest version of the module, if you want to run an specific version replace master-SNAPSHOT with 1.0.0 or any other version. Avaiable versions can be found here: Github releases

Features

  • Fragments to simplify loading Google Maps
  • Polylines and assets rendering over the map
  • Zoom controls and utilities
  • In-map markers click listeners

Dependencies

  1. WOLMO CORE
  2. Google Maps for Android
  3. Google Maps Utils for Android (com.google.maps.android:android-maps-utils:0.4)

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push your branch (git push origin my-new-feature)
  5. Create a new Pull Request

About

This project was written by Wolox and is maintained by:

Wolox

License

WOLMO MAPS is available under the MIT license.

Copyright (c) Wolox S.A

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.