JoseVte / nova-map-address

Laravel Nova package to use Google Maps

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

i want to save longitude,latitude values and the address value

thaifani opened this issue · comments

Please Update it to able to save the longitude,latitude not just the address
so i implemented it but i cant save longitude,latitude
MapAddress::make('address', 'address')
->initLocation('15.337921', '44.202267')
->zoom(16)
->setLocation($this->latitude, $this->longitude)
->setLatitudeField('latitude')
->setLongitudeField('longitude')