예제 #1
0
 void AddPolyline()
 {
     _polyline = _map.AddPolyline(DemoUtils.CreateInitialPolylineOptions());
     CenterCamera(new LatLng(10, 10));
 }