Closed jamalnasir closed 4 years ago
https://github.com/bradcornford/Googlmapper/issues/250
Same problem, works perfect :)
@gidaban link not found
Hi there,
This is as simple as the following:
Mapper::map(40, -100, ['zoom' => 4, 'marker' => false, 'type' => MapperBase::TYPE_ROADMAP]);
Mapper::informationWindow(40, -99, 'hello']);
Mapper::informationWindow(41, -98, 'hello']);
Mapper::informationWindow(42, -97, 'hello']);
Here is the link that @gidaban supplied https://github.com/bradcornford/Googlmapper/issues/250
How to display multiple markers with different LAT and LON with information window each - on a single map?