Android.Content.Intent.CategoryAppMaps Field
Used with Intent.ActionMain to launch the maps application.

Syntax

[Android.Runtime.Register("CATEGORY_APP_MAPS")]
public const string CategoryAppMaps

Remarks

Used with Intent.ActionMain to launch the maps application. The activity should be able to show the user's current location and surroundings.

NOTE: This should not be used as the primary key of an Intent, since it will not result in the app launching with the correct action and category. Instead, use this with Intent.MakeMainSelectorActivity(string, System.String) to generate a main Intent with this category in the selector.

[Android Documentation]

Requirements

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