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)
xamarinios
namespace CoreLocation
{
[Register("CLGeocoder", true)]
public class CLGeocoder : NSObject
{
[BindingImpl(BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[Deprecated(PlatformName.WatchOS, 4, 0, PlatformArchitecture.None, "Use 'GeocodeAddress (string, CLRegion, NSLocale, CLGeocodeCompletionHandler)' instead.")]
[Deprecated(PlatformName.iOS, 11, 0, PlatformArchitecture.None, "Use 'GeocodeAddress (string, CLRegion, NSLocale, CLGeocodeCompletionHandler)' instead.")]
[Deprecated(PlatformName.MacOSX, 10, 13, PlatformArchitecture.None, "Use 'GeocodeAddress (string, CLRegion, NSLocale, CLGeocodeCompletionHandler)' instead.")]
[Export("geocodeAddressDictionary:completionHandler:")]
public virtual void GeocodeAddress(NSDictionary! addressDictionary, [BlockProxy(typeof(NIDCLGeocodeCompletionHandler))] CLGeocodeCompletionHandler! completionHandler);
}
}
nuget.org | 0.0 % Reference this API |
---|---|
.NET | 6.07.08.09.0 |
Information specific to xamarinios | |
Assembly | Xamarin.iOS , 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