MyDriving.iOS.CarAnnotation.CarAnnotation C# (CSharp) 메소드

CarAnnotation() 공개 메소드

public CarAnnotation ( CLLocationCoordinate2D annotationLocation, UIKit.UIColor color ) : CoreLocation
annotationLocation CLLocationCoordinate2D
color UIKit.UIColor
리턴 CoreLocation
        public CarAnnotation(CLLocationCoordinate2D annotationLocation, UIColor color) : base(annotationLocation)
        {
            Color = color;
        }
CarAnnotation