Change the marker options iconSize and iconAnchor to snake case

This commit is contained in:
Emanuel Mutschlechner
2020-01-07 23:38:33 +01:00
parent 49f829643a
commit 195c8b1218
5 changed files with 11 additions and 7 deletions

View File

@@ -169,8 +169,8 @@ Additionally you may also specify the icon image size and anchor in pixels. The
'lng' => '11.555220',
'url' => 'https://gonoware.com',
'icon' => 'https://developers.google.com/maps/documentation/javascript/examples/full/images/beachflag.png',
'iconSize' => [20, 32],
'iconAnchor' => [0, 32],
'icon_size' => [20, 32],
'icon_anchor' => [0, 32],
],
],
])