egeloen / ivory-google-map

Google Map API v3 integration for PHP 5.6+.
MIT License
325 stars 185 forks source link

Marker - color change #261

Open zendiik opened 7 years ago

zendiik commented 7 years ago

Hello, how can I write code for change marker color or icon? When I wrote this, nothing changed. $marker->setStaticOption('styles', [ 'color' => 'blue' ]);

Thank you for fast reply 😃