i am building a system the visualizes cars moving in a huge parking using some device that keeps sending latitude and longitude for each object when it moves , i have a picture of the same parking in a webpage and am trying to match the location on the car over the image to the real latitude and longitude.
whats the best approach to achieve this , can i do it dynamically or do i have to define every bit of space in the parking and its equivalent in real latitude and longitude ? and i cant use google maps because it dose not have the details of the location like i need it and i might use it for some underground parkings too.
Thank you