Skip to content
This repository has been archived by the owner on May 15, 2020. It is now read-only.
/ locate Public archive

Minimal location library for Android

Notifications You must be signed in to change notification settings

erf/locate

Repository files navigation

locate

A minimal Android library for one-shot location request

Supported Android versions: Android 7+

Usage

new Locate(this).request(new Locate.Handler() {
    @Override
    public void found(Location location) {
        Log.d("location", location.toString());
    }
});

Install

compile 'com.apptakk.locate:locate:0.1.0'

About

Minimal location library for Android

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages