Searched refs:parseGeoJSON (Results 1 – 3 of 3) sorted by relevance
11 optional<GeoJSON> parseGeoJSON(const std::string&, Error&);
12 optional<GeoJSON> parseGeoJSON(const std::string& value, Error& error) { in parseGeoJSON() function
136 return parseGeoJSON(std::string(data.constData(), data.size()), error); in toGeoJSON()