CLGeocoder
CLGeocoder()
CLGeocoder(IntPtr)
CLGeocoder(NativeHandle)
CLGeocoder(NSObjectFlag)
ClassHandle
Geocoding
CancelGeocode()
GeocodeAddress(NSDictionary, CLGeocodeCompletionHandler)
GeocodeAddress(String, CLGeocodeCompletionHandler)
GeocodeAddress(String, CLRegion, CLGeocodeCompletionHandler)
GeocodeAddress(String, CLRegion, NSLocale, CLGeocodeCompletionHandler)
GeocodeAddressAsync(NSDictionary)
GeocodeAddressAsync(String)
GeocodeAddressAsync(String, CLRegion)
GeocodeAddressAsync(String, CLRegion, NSLocale)
GeocodePostalAddress(CNPostalAddress, CLGeocodeCompletionHandler)
GeocodePostalAddress(CNPostalAddress, NSLocale, CLGeocodeCompletionHandler)
GeocodePostalAddressAsync(CNPostalAddress)
GeocodePostalAddressAsync(CNPostalAddress, NSLocale)
ReverseGeocodeLocation(CLLocation, CLGeocodeCompletionHandler)
ReverseGeocodeLocation(CLLocation, NSLocale, CLGeocodeCompletionHandler)
ReverseGeocodeLocationAsync(CLLocation)
ReverseGeocodeLocationAsync(CLLocation, NSLocale)
xamarinwatchos
namespace CoreLocation
{
[Register("CLGeocoder", true)]
public class CLGeocoder : NSObject
{
[BindingImpl(BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
public virtual Task<CLPlacemark![]!>! GeocodeAddressAsync(string! addressString, CLRegion? region);
}
}
.NET | 6.07.08.09.0 |
---|---|
Information specific to xamarinwatchos | |
Assembly | Xamarin.WatchOS , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065 |
Referencing | The API is automatically referenced. |
Platform Restrictions | This framework does not have platform annotations. |
- Built-in API
- Package-provided API