CodeIgniter Forums
Show location in google map - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Using CodeIgniter (https://forum.codeigniter.com/forumdisplay.php?fid=5)
+--- Forum: General Help (https://forum.codeigniter.com/forumdisplay.php?fid=24)
+--- Thread: Show location in google map (/showthread.php?tid=75213)



Show location in google map - kelapamuda - 01-12-2020

Hello.
I have data in my table, for example  :

School Name     Latitude        Longitude
School A           xxxxxxxx       yyyyyyy
School B            rrrrrrrrrrr       ttttttttttt

I want to show them in maps,,,so when a user search the school name,,for example School A,, then the user will get a google map with the location of that school. How to do that ? Is that special library,,i already google,but not find right answer yet. Thanks .


RE: Show location in google map - php_rocs - 01-13-2020

@kelapamuda,

Is this a situation where the user clicks on the school and a google map appears with the school location on it or is this a situation where the user sees a map with all the schools listed on it?

Or...maybe this link will assist you. https://stackoverflow.com/questions/1300838/how-to-convert-an-address-into-a-google-maps-link-not-map


RE: Show location in google map - kelapamuda - 01-13-2020

The user clicks on the certain school ( example School A) and then google map appears with the school A location on it


RE: Show location in google map - php_rocs - 01-13-2020

@kelapamuda,

Try the link that I listed above.