Android.Locations.LocationManager.SendExtraCommand Method
Sends additional commands to a location provider.

Syntax

[Android.Runtime.Register("sendExtraCommand", "(Ljava/lang/String;Ljava/lang/String;Landroid/os/Bundle;)Z", "GetSendExtraCommand_Ljava_lang_String_Ljava_lang_String_Landroid_os_Bundle_Handler")]
public virtual bool SendExtraCommand (string provider, string command, Android.OS.Bundle extras)

Parameters

provider
name of the location provider.
command
name of the command to send to the provider.
extras
optional arguments for the command (or null). The provider may optionally fill the extras Bundle with results from the command.

Returns

Documentation for this section has not yet been entered.

Remarks

Sends additional commands to a location provider. Can be used to support provider specific extensions to the Location Manager API

[Android Documentation]

Requirements

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