I have multi pin on my map (about restaurants, hotels etc..), on that pins I have an "arrow" (rightcalloutaccessoryview
). The coordinates are stored on the sqlite database.
I can get the coordinates and the right id when I click on the pin then I'm checking on the DB where are that coordinates.
Objective: When I click on the a hotel pin I want to go to that detail ViewController (that loads with the id of that hotel)
Any ideias?