Android.Locations.Location.Convert Method
Converts a String in one of the formats described by FORMAT_DEGREES, FORMAT_MINUTES, or FORMAT_SECONDS into a double.

Syntax

[Android.Runtime.Register("convert", "(Ljava/lang/String;)D", "")]
public static double Convert (string coordinate)

Parameters

coordinate
Documentation for this section has not yet been entered.

Returns

Documentation for this section has not yet been entered.

Exceptions

TypeReason
Java.Lang.NullPointerExceptionif coordinate is null
Java.Lang.IllegalArgumentExceptionif the coordinate is not in one of the valid formats.

Remarks

Converts a String in one of the formats described by FORMAT_DEGREES, FORMAT_MINUTES, or FORMAT_SECONDS into a double.

[Android Documentation]

Requirements

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