public RestaurantAnnotation (string title, string subtitle, CLLocationCoordinate2D coordinate, RestaurantKind kind)
 {
     _title = title;
     _subtitle = subtitle;
     _coordinate = coordinate;
     _kind = kind;
 }
Esempio n. 2
0
 public RestaurantAnnotation(string title, string subtitle, CLLocationCoordinate2D coordinate, RestaurantKind kind)
 {
     _title      = title;
     _subtitle   = subtitle;
     _coordinate = coordinate;
     _kind       = kind;
 }