예제 #1
0
 void AddMarker()
 {
     _marker = _map.AddMarker(DemoUtils.CreateInitialMarkerOptions());
     CenterCamera(_marker.Position);
 }