Active Admin latitude and longitude plugin
Getting started
gem 'activeadmin_latlng'
form do |f|
f.inputs do
f.input :lat
f.input :lng
f.latlng lang: :ru
end
f.actions
end
Settings
lang- language,ruby defaultmap- map provider, yandex maps by defaultid_latandid_lng- identificator of latitude and longitude inputs, Moscow coords by defaultheight- map height in pixels, 400 by default
Contributors
Alexey Krylov
License
MIT License. Copyright 2016 Alexey Krylov