Class PlacesListPresenter<T extends PlacesListView>

    • Constructor Detail

      • PlacesListPresenter

        public PlacesListPresenter()
        Constructor of this presenter. Creates the default PlacesParams for Places API calls.
      • PlacesListPresenter

        public PlacesListPresenter​(PlacesParams placesParams)
        Constructor of this presenter. Creates the default PlacesParams for Places API calls with default server value set to true.
        Parameters:
        placesParams - contains the query params for place API
      • PlacesListPresenter

        public PlacesListPresenter​(PlacesParams placesParams,
                                   boolean useDefaultServer,
                                   java.lang.Integer customDistance,
                                   java.lang.String customUnit)
        Constructor of this presenter. Creates the default PlacesParams for Places API calls.
        Parameters:
        placesParams - places parameter for api calls
        useDefaultServer - true if to use the default server search radius and unit provided in the Program Settings - Location - Search Radius and Program Settings - Location - Search Radius Unit
        customDistance - distance to be search in Integer
        customUnit - unit of the customDistance. It is limited to the CustomUnit