Share via


CLGeocoder.Geocoding Property

Definition

Whether a geocoding request is currently being processed.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual bool Geocoding { [Foundation.Export("isGeocoding")] get; }
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
[<get: Foundation.Export("isGeocoding")>]
member this.Geocoding : bool

Property Value

true if the CLGeocoder is in the process of geocoding.

Attributes

Applies to