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)
xamarinmac
namespace CoreLocation
{
[Register("CLGeocoder", true)]
public class CLGeocoder : NSObject
{
[BindingImpl(BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[EditorBrowsable(EditorBrowsableState.Advanced)]
protected internal CLGeocoder(IntPtr handle);
}
}
Xamarin iOS | 0.0 |
---|---|
Xamarin macOS | 0.0 |
Xamarin tvOS | 0.0 |
Xamarin watchOS | 0.0 |
Information specific to xamarinmac | |
Assembly | Xamarin.Mac , 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