Last Version

RouteDrawer Library 1.0.0

RouteDrawer wraps Google Directions API using RxJava for Android so developers can download, parse and draw path on the Google's map in very fast and flexible way.

License

License

GroupId

GroupId

com.github.polok.routedrawer
ArtifactId

ArtifactId

library
Version

Version

1.0.0
Type

Type

aar
Description

Description

RouteDrawer Library
RouteDrawer wraps Google Directions API using RxJava for Android so developers can download, parse and draw path on the Google's map in very fast and flexible way.
Project URL

Project URL

https://github.com/polok/RouteDrawer
Source Code Management

Source Code Management

https://github.com/polok/RouteDrawer.git

Download library 1.0.0


<!-- https://jarcasting.com/artifacts/com.github.polok.routedrawer/library/ -->
<dependency>
    <groupId>com.github.polok.routedrawer</groupId>
    <artifactId>library</artifactId>
    <version>1.0.0</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.polok.routedrawer/library/
implementation 'com.github.polok.routedrawer:library:1.0.0'
// https://jarcasting.com/artifacts/com.github.polok.routedrawer/library/
implementation ("com.github.polok.routedrawer:library:1.0.0")
'com.github.polok.routedrawer:library:aar:1.0.0'
<dependency org="com.github.polok.routedrawer" name="library" rev="1.0.0">
  <artifact name="library" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.polok.routedrawer', module='library', version='1.0.0')
)
libraryDependencies += "com.github.polok.routedrawer" % "library" % "1.0.0"
[com.github.polok.routedrawer/library "1.0.0"]

Dependencies

compile (6)

Group / Artifact Type Version
com.google.code.gson : gson jar 2.3
com.netflix.rxjava : rxjava-android jar 0.20.6
com.squareup.okhttp : okhttp jar 2.0.0
com.android.support » appcompat-v7 jar 21.0.0
com.google.android.gms » play-services jar 6.1.11
com.netflix.rxjava : rxjava-async-util jar 0.20.6

Project Modules

There are no modules declared in this project.