MyDriving.iOS.CarAnnotation.CarAnnotation C# (CSharp) Méthode

CarAnnotation() public méthode

public CarAnnotation ( CLLocationCoordinate2D annotationLocation, UIKit.UIColor color ) : CoreLocation
annotationLocation CLLocationCoordinate2D
color UIKit.UIColor
Résultat CoreLocation
        public CarAnnotation(CLLocationCoordinate2D annotationLocation, UIColor color) : base(annotationLocation)
        {
            Color = color;
        }
CarAnnotation