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

Method TestPlace

generator/generator_tests_support/test_feature.cpp:162–167  ·  view source on GitHub ↗

TestPlace -------------------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

160
161// TestPlace -------------------------------------------------------------------------------------
162TestPlace::TestPlace(m2::PointD const & center, string const & name, string const & lang, uint32_t type,
163 uint8_t rank /* = 0 */)
164 : TestFeature(center, MakeName(name, lang))
165 , m_type(type)
166 , m_rank(rank)
167{}
168
169TestPlace::TestPlace(m2::PointD const & center, StringUtf8Multilang const & name, uint32_t type, uint8_t rank)
170 : TestFeature(center, name)

Callers

nothing calls this directly

Calls 1

MakeNameFunction · 0.85

Tested by

no test coverage detected