bradcornford / Googlmapper

An easy way to integrate Google Maps with Laravel
MIT License
464 stars 142 forks source link

how can i use function using Mapper::map() in laravel #334

Closed Mohsing511 closed 5 years ago

Mohsing511 commented 5 years ago

i wants to get lat long values as well as i need to use autocomplete section using javascript function or any other way my code is Mapper::map(0, 0)->marker(53.381128999999990000, -1.470085000000040000, ['markers' => ['symbol' => 'circle', 'scale' => 1000, 'animation' => 'DROP'] , 'draggable' => true, 'Function' => Name or whatever ]); i just wants to integrate searchbox with map to add marker and get values to save in database please reply as fast as possible Thanks in advance

bradcornford commented 5 years ago

See: https://github.com/bradcornford/Googlmapper/issues/273 https://github.com/bradcornford/Googlmapper/issues/225 https://github.com/bradcornford/Googlmapper/issues/175