项目作者: Wolox

项目描述 :
Wolmo Maps - Wolox Mobile SDK maps module for Android
高级语言: Java
项目地址: git://github.com/Wolox/wolmo-maps-android.git
创建时间: 2017-04-28T17:26:01Z
项目社区:https://github.com/Wolox/wolmo-maps-android

开源协议:MIT License

下载


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

  1. allprojects {
  2. repositories {
  3. ...
  4. maven { url 'https://jitpack.io' }
  5. }
  6. }

your app module build.gradle

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

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" class="reference-link"> 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" class="reference-link"> About

This project was written by Wolox and is maintained by:

Wolox

License" class="reference-link"> License

WOLMO MAPS is available under the MIT license.

  1. Copyright (c) Wolox S.A
  2. Permission is hereby granted, free of charge, to any person obtaining a copy
  3. of this software and associated documentation files (the "Software"), to deal
  4. in the Software without restriction, including without limitation the rights
  5. to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  6. copies of the Software, and to permit persons to whom the Software is
  7. furnished to do so, subject to the following conditions:
  8. The above copyright notice and this permission notice shall be included in
  9. all copies or substantial portions of the Software.
  10. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  11. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  12. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  13. AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  14. LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  15. OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
  16. THE SOFTWARE.