C# Class CloudKitAtlas.LocationFieldTableViewCell

Inheritance: FormFieldTableViewCell
Show file Open project: xamarin/monotouch-samples Class Usage Examples

Private Properties

Property Type Description
LocationFieldTableViewCell System
ReleaseDesignerOutlets void

Public Methods

Method Description
LocationFieldTableViewCell ( IntPtr handle ) : System
SetCoordinate ( CLLocationCoordinate2D coordinate ) : void

Private Methods

Method Description
LocationFieldTableViewCell ( NSCoder coder ) : System
ReleaseDesignerOutlets ( ) : void

Method Details

LocationFieldTableViewCell() public method

public LocationFieldTableViewCell ( IntPtr handle ) : System
handle System.IntPtr
return System

SetCoordinate() public method

public SetCoordinate ( CLLocationCoordinate2D coordinate ) : void
coordinate CLLocationCoordinate2D
return void