LOST Parent

Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/

License

License

GroupId

GroupId

com.mapzen.android
ArtifactId

ArtifactId

lost-parent
Last Version

Last Version

1.0.1
Release Date

Release Date

Type

Type

pom
Description

Description

LOST Parent
Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
Project Organization

Project Organization

Mapzen
Source Code Management

Source Code Management

http://github.com/mapzen/LOST

Download lost-parent

Filename Size
lost-parent-1.0.1.pom 2 KB
Browse

How to add to project

<!-- https://jarcasting.com/artifacts/com.mapzen.android/lost-parent/ -->
<dependency>
    <groupId>com.mapzen.android</groupId>
    <artifactId>lost-parent</artifactId>
    <version>1.0.1</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.mapzen.android/lost-parent/
implementation 'com.mapzen.android:lost-parent:1.0.1'
// https://jarcasting.com/artifacts/com.mapzen.android/lost-parent/
implementation ("com.mapzen.android:lost-parent:1.0.1")
'com.mapzen.android:lost-parent:pom:1.0.1'
<dependency org="com.mapzen.android" name="lost-parent" rev="1.0.1">
  <artifact name="lost-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.mapzen.android', module='lost-parent', version='1.0.1')
)
libraryDependencies += "com.mapzen.android" % "lost-parent" % "1.0.1"
[com.mapzen.android/lost-parent "1.0.1"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • lost
  • lost-sample

Lost

Location Open Source Tracker (for Android)

Circle CI Build Status

Usage

This project seeks to provide an open source alternative to the Google Play services location APIs that depends only on the Android SDK. It provides 1:1 replacements for the FusedLocationProviderApi, GeofencingApi, and SettingsApi.

Lost operates by making calls directly to the LocationManager. Lost can run on any Android device running API 15 or higher regardless of whether or not it supports the Google Play ecosystem.

Set up:

Sample

For a working example please refer to the Sample App.

com.mapzen.android

Mapzen

Versions

Version
1.0.1
1.0.0
0.2
0.1