我只是尝试在这里启动器使用此代码添加位置:-
ExploremapsShowPlaceTask showPlace = new ExploremapsShowPlaceTask();
showPlace.Location = new GeoCoordinate((Double)watcher.Position.Location.Latitude, (Double)watcher.Position.Location.Longitude);
showPlace.Zoom = 40;
showPlace.Title = "My Place";
showPlace.Show();
但它不能再添加一个地方,如何使用该代码添加更多地方?