All Downloads are FREE. Search and download functionalities are using the official Maven repository.

it.tidalwave.bluebill.mobile.android.location.LocationPickerFactory Maven / Gradle / Ivy

There is a newer version: 0.15
Show newest version
/***********************************************************************************************************************
 * To change this template, choose Tools | Templates
 * and open the template in the editor.
 **********************************************************************************************************************/
package it.tidalwave.bluebill.mobile.android.location;

import javax.annotation.Nonnull;

/***********************************************************************************************************************
 *
 * @author  Fabrizio Giudici
 * @version $Id: $
 *
 **********************************************************************************************************************/
public final class LocationPickerFactory
  {
    private LocationPickerFactory()
      {
      }

    @Nonnull
    public static LocationPicker confirmImmediatelyTheLocation()
      {
        return new SimpleLocationPicker();
      }
  }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy