C# Class Unity.Platform.IPhone.UnityAnnotation

A custom subclass of MKAnnotation is REQUIRED to add annotations to a MKMapView
Inheritance: MKAnnotation
Show file Open project: Appverse/appverse-mobile Class Usage Examples

Public Methods

Method Description
UnityAnnotation ( CLLocationCoordinate2D locCoord, string title, string subtitle, MKPinAnnotationColor anotationColor ) : System

The custom constructor is required to pass the values to this class, because in the MKAnnotation base the properties are read-only

Method Details

UnityAnnotation() public method

The custom constructor is required to pass the values to this class, because in the MKAnnotation base the properties are read-only
public UnityAnnotation ( CLLocationCoordinate2D locCoord, string title, string subtitle, MKPinAnnotationColor anotationColor ) : System
locCoord CLLocationCoordinate2D
title string
subtitle string
anotationColor MKPinAnnotationColor
return System