我无法理解如何使用 RestKit 映射存储在 Mongo DB 中的位置数据。
这是我将在 JSON 中映射的数据
{ "name" : "TestPoint2", "media_resource" : "tester", "added" : ISODate("2012-10-10T23:00:00Z"), "loc" : { "type" : "Point", "coordinates" : [ -33.1, 12.54 ] }, "comments" : [ ], "tags" : [ ]}
我正在努力解决的主要问题是映射“loc”的“坐标”