Searched refs:mbglList (Results 1 – 1 of 1) sorted by relevance
64 std::vector<mbgl::Value> mbglList; in asMapboxGLPropertyValue() local65 mbglList.reserve(list.size()); in asMapboxGLPropertyValue()67 mbglList.emplace_back(asMapboxGLPropertyValue(listValue)); in asMapboxGLPropertyValue()69 return mbglList; in asMapboxGLPropertyValue()