Interface IGoogleMapProviderCallBack<T>


public interface IGoogleMapProviderCallBack<T>
  • Method Summary

    Modifier and Type
    Method
    Description
    downloadAttachmentLocation(android.content.Context context, double latitude, double longitude, String markerColor, boolean addMarker)
     
    void
    searchForPlace(String url, android.content.Context context, com.streamwide.smartms.lib.template.map.ISearchLocation<T> listener)
     
  • Method Details

    • searchForPlace

      void searchForPlace(@Nullable String url, @NonNull android.content.Context context, @Nullable com.streamwide.smartms.lib.template.map.ISearchLocation<T> listener)
    • downloadAttachmentLocation

      @Nullable String downloadAttachmentLocation(@NonNull android.content.Context context, double latitude, double longitude, @Nullable String markerColor, boolean addMarker)