I do not understand your appreciations, is my question not clear? I can elaborate
I am using the software to locate certain points, I changed the main function by making it to accept command line parameters, so from my application; when the user clicks on an entry; I send the latitude and longitude to the map and mark the position, this works fine and I am happy with it.
In addition, I want to load landmarks, I know the position information of these landmarks (X,Y), I want to load them in advance to the map so when the user open the map; s/he finds all landmarks marked.
Thanks