I know that you can put a marker on a long/lat coordinate, but I am having a hard time finding where/how you can place a marker on a specific street address. Can anyone tell me how to do this? I am using V3 of the API and JQuery.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Right, basically query the maps API by address through a call to Geocoder. It should return to you a LAT/LNG which then you can use to create a marker.