Android.Locations.Geocoder.IsPresent Property
Returns true if the Geocoder methods getFromLocation and getFromLocationName are implemented.

Syntax

[get: Android.Runtime.Register("isPresent", "()Z", "GetIsPresentHandler")]
public static bool IsPresent { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Returns true if the Geocoder methods getFromLocation and getFromLocationName are implemented. Lack of network connectivity may still cause these methods to return null or empty lists.

[Android Documentation]

Requirements

Namespace: Android.Locations
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 9