Searched refs:mbglMap (Results 1 – 1 of 1) sorted by relevance
73 std::unordered_map<std::string, mbgl::Value> mbglMap; in asMapboxGLPropertyValue() local74 mbglMap.reserve(map.size()); in asMapboxGLPropertyValue()76 … mbglMap.emplace(std::make_pair(it.key().toStdString(), asMapboxGLPropertyValue(it.value()))); in asMapboxGLPropertyValue()78 return mbglMap; in asMapboxGLPropertyValue()