为什么地图不显示任何内容?

时间:2016-01-16 05:55:43

标签: swift2 xcode7 watchkit watch-os-2

我在awakeWithContext()中有以下内容:

true

mymap确实有一个IBOutlet到地图但没有显示任何内容。我有什么想法吗?

它在iOS应用程序中运行良好但在Watch上没有任何作用。

1 个答案:

答案 0 :(得分:0)

尝试设置 var collection = db.GetCollection<BsonDocument>("collectionName"); var match = new BsonDocument { { "$match", new BsonDocument { {"sentiment", "positive"} } } }; var group = new BsonDocument { { "$group", new BsonDocument { { "Sum", new BsonDocument { { "$sum", "$engagement" } } } } } }; var pipeline = new[] { match, group }; var result = collection.Aggregate(pipeline);

23

此外,请尝试断开并重新连接插座。