예제 #1
0
 void AddCircle()
 {
     _circle = _map.AddCircle(DemoUtils.CreateInitialCircleOptions());
     CenterCamera(_circle.Center);
 }