Class SwrveGeoplaceFetcher


  • public class SwrveGeoplaceFetcher
    extends java.lang.Object
    • Field Detail

      • lat

        protected double lat
      • lng

        protected double lng
    • Constructor Detail

      • SwrveGeoplaceFetcher

        public SwrveGeoplaceFetcher​(android.content.Context context)
    • Method Detail

      • fetchGeoplaces

        public void fetchGeoplaces​(double lat,
                                   double lng)
                            throws java.io.UnsupportedEncodingException
        Throws:
        java.io.UnsupportedEncodingException
      • getRESTClient

        protected com.swrve.sdk.rest.IRESTClient getRESTClient()
      • getRestResponseListener

        protected com.swrve.sdk.rest.IRESTResponseListener getRestResponseListener()
      • processGeoplacesResponse

        protected void processGeoplacesResponse​(java.lang.String geoplacesResponse)
                                         throws java.lang.Exception
        Throws:
        java.lang.Exception