MCPcopy Create free account
hub / github.com/comaps/comaps / TestStreet

Method TestStreet

generator/generator_tests_support/test_feature.cpp:242–246  ·  view source on GitHub ↗

TestStreet --------------------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

240
241// TestStreet --------------------------------------------------------------------------------------
242TestStreet::TestStreet(vector<m2::PointD> const & points, string const & name, string const & lang)
243 : TestFeature(points, MakeName(name, lang), Type::Line)
244{
245 SetType({"highway", "living_street"});
246}
247
248TestStreet::TestStreet(vector<m2::PointD> const & points, StringUtf8Multilang const & name)
249 : TestFeature(points, name, Type::Line)

Callers

nothing calls this directly

Calls 1

MakeNameFunction · 0.85

Tested by

no test coverage detected