示例#1
0
		public Marker(Marker prototype): base(prototype)
		{
			mMarkerStyle = prototype.Style;
			DrawPath();
		}