WIP: Resolve "Use bing maps" #1069

Draft
korina.cordero wants to merge 16 commits from 221-use-bing-maps into master
Showing only changes of commit fc75f14464 - Show all commits

View file

@ -2,6 +2,9 @@
namespace App\Service;
class BingMapManager
class BingMapManager implements MapManagerInterface
{
public function jsDisplayMap()
{
}
}