i have created maps link generator for different map services such as applemaps, googlemaps and yandexmaps. simply it creates shareable links by using custom latitude and longtitude. here is the link from github
so i want to make wordpress plugin from it so people can add various maps icons under the contact page using shortcode, so maybe it will improve ux. but i couldn't figure out how to do it, i searched tutorials but it wasn't clear in my case.
so, i used variables to create url's by using custom latitude and longtitude, but in wordpress should i use database to store latitude and longtitude data ? is there anyone that can show me the way ? thanks for replys.