Example usage for android.location Address.View interface-usage

List of usage examples for android.location Address.View interface-usage

Introduction

In this page you can find the example usage for android.location Address.View interface-usage.

Usage

From source file gc.david.dfm.ui.activity.MainActivity.java

public class MainActivity extends AppCompatActivity
        implements GoogleApiClient.OnConnectionFailedListener, OnMapReadyCallback, OnMapLongClickListener,
        OnMapClickListener, OnInfoWindowClickListener, Elevation.View, Address.View {

    private static final String TAG = MainActivity.class.getSimpleName();
    private static final String[] PERMISSIONS = { ACCESS_FINE_LOCATION, ACCESS_COARSE_LOCATION };