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
{
public override IntPtr ClassHandle { get; }
}
}
.NET | 6.07.08.09.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