|
2 | 2 | package com.mapbox.search.autofill {
|
3 | 3 |
|
4 | 4 | public interface AddressAutofill {
|
5 |
| - method public default static com.mapbox.search.autofill.AddressAutofill create(com.mapbox.common.location.LocationProvider? locationProvider = <anonymous class>()); |
6 |
| - method public default static final com.mapbox.search.autofill.AddressAutofill create(); |
7 |
| - method public suspend Object? reverse(com.mapbox.geojson.Point point, com.mapbox.search.autofill.AddressAutofillOptions options, kotlin.coroutines.Continuation<? super com.mapbox.bindgen.Expected<java.lang.Exception,java.util.List<com.mapbox.search.autofill.AddressAutofillResult>>> p); |
8 |
| - method public suspend Object? select(com.mapbox.search.autofill.AddressAutofillSuggestion suggestion, kotlin.coroutines.Continuation<? super com.mapbox.bindgen.Expected<java.lang.Exception,com.mapbox.search.autofill.AddressAutofillResult>> p); |
9 |
| - method public suspend Object? suggestions(com.mapbox.search.autofill.Query query, com.mapbox.search.autofill.AddressAutofillOptions options, kotlin.coroutines.Continuation<? super com.mapbox.bindgen.Expected<java.lang.Exception,java.util.List<com.mapbox.search.autofill.AddressAutofillSuggestion>>> p); |
| 5 | + method public default static com.mapbox.search.autofill.AddressAutofill create(com.mapbox.common.location.LocationProvider? locationProvider = defaultLocationProvider()); |
| 6 | + method public default static com.mapbox.search.autofill.AddressAutofill create(); |
| 7 | + method public suspend Object? reverse(com.mapbox.geojson.Point point, com.mapbox.search.autofill.AddressAutofillOptions options, kotlin.coroutines.Continuation<? super com.mapbox.bindgen.Expected<java.lang.Exception,java.util.List<? extends com.mapbox.search.autofill.AddressAutofillResult>>>); |
| 8 | + method public suspend Object? select(com.mapbox.search.autofill.AddressAutofillSuggestion suggestion, kotlin.coroutines.Continuation<? super com.mapbox.bindgen.Expected<java.lang.Exception,com.mapbox.search.autofill.AddressAutofillResult>>); |
| 9 | + method public suspend Object? suggestions(com.mapbox.search.autofill.Query query, com.mapbox.search.autofill.AddressAutofillOptions options, kotlin.coroutines.Continuation<? super com.mapbox.bindgen.Expected<java.lang.Exception,java.util.List<? extends com.mapbox.search.autofill.AddressAutofillSuggestion>>>); |
10 | 10 | field public static final com.mapbox.search.autofill.AddressAutofill.Companion Companion;
|
11 | 11 | }
|
12 | 12 |
|
13 | 13 | public static final class AddressAutofill.Companion {
|
14 |
| - method public com.mapbox.search.autofill.AddressAutofill create(com.mapbox.common.location.LocationProvider? locationProvider = <anonymous class>()); |
| 14 | + method public com.mapbox.search.autofill.AddressAutofill create(com.mapbox.common.location.LocationProvider? locationProvider = defaultLocationProvider()); |
15 | 15 | method public com.mapbox.search.autofill.AddressAutofill create();
|
16 | 16 | }
|
17 | 17 |
|
18 | 18 | @kotlinx.parcelize.Parcelize public final class AddressAutofillOptions implements android.os.Parcelable {
|
19 |
| - ctor public AddressAutofillOptions(java.util.List<com.mapbox.search.common.IsoCountryCode>? countries = null, com.mapbox.search.common.IsoLanguageCode? language = <anonymous class>()); |
| 19 | + ctor public AddressAutofillOptions(java.util.List<com.mapbox.search.common.IsoCountryCode>? countries = null, com.mapbox.search.common.IsoLanguageCode? language = defaultLocaleLanguage()); |
20 | 20 | ctor public AddressAutofillOptions(java.util.List<com.mapbox.search.common.IsoCountryCode>? countries = null);
|
| 21 | + ctor public AddressAutofillOptions(); |
21 | 22 | method public java.util.List<com.mapbox.search.common.IsoCountryCode>? getCountries();
|
22 | 23 | method public com.mapbox.search.common.IsoLanguageCode? getLanguage();
|
23 | 24 | property public final java.util.List<com.mapbox.search.common.IsoCountryCode>? countries;
|
|
0 commit comments