C# Class Chapter6.MonoTouchApp.MapAnnotation

Inheritance: MKAnnotation
Show file Open project: gshackles/MobileDevelopmentInCSharpBook Class Usage Examples

Public Methods

Method Description
MapAnnotation ( string title, CLLocationCoordinate2D coordinate ) : CoreLocation
SetCoordinate ( CLLocationCoordinate2D value ) : void

Method Details

MapAnnotation() public method

public MapAnnotation ( string title, CLLocationCoordinate2D coordinate ) : CoreLocation
title string
coordinate CLLocationCoordinate2D
return CoreLocation

SetCoordinate() public method

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