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

Method ParseAndSetApiURL

libs/map/framework.hpp:593–596  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

591 void ExecuteMapApiRequest() { m_parsedMapApi.ExecuteMapApiRequest(*this); }
592
593 url_scheme::ParsedMapApi::UrlType ParseAndSetApiURL(std::string const & url)
594 {
595 return m_parsedMapApi.SetUrlAndParse(url);
596 }
597
598#if defined(OMIM_OS_MAC) || defined(OMIM_OS_IPHONE)
599 url_scheme::ParsedMapApi::UrlType ParseGeoNav(std::string const & raw) { return m_parsedMapApi.ParseGeoNav(raw); }

Calls 1

SetUrlAndParseMethod · 0.80

Tested by

no test coverage detected