MonoTouch.Dialog.MapElement.MapElement C# (CSharp) Method

MapElement() public method

public MapElement ( string aCaption, string aValue, CLLocationCoordinate2D location ) : MonoTouch.Dialog
aCaption string
aValue string
location CLLocationCoordinate2D
return MonoTouch.Dialog
	    public MapElement (string aCaption, string aValue,CLLocationCoordinate2D location ) : base (aCaption, aValue)
	    {
			_location = location;
	    }