I'm showing some marker in my google map retrieving some points from database. Here I can add some new points or remove some points in my database as well. But my problem is when new points are added to the database, the map does not show the updated points into the map since it is not refreshed. I don't want to refresh the entire web page. Here is the link of my work -
http://128.233.104.33/passgui/editLeveledit.php
What I want is -
--to show the newly added data on the map when I click add new POIs
--If I delete a single POI should also be removed from the map once delete POI button is clicked from the level table.
Can anyone help me out please?