I’m building custom real estate app. I have two fields in db (mssql2008) Longitude Latitude of datatype decimal. Ofcourse in my domain I have same properties
public decimal Longitude
public decimal Latitude
My question is how can I use google map to enable user to navigate with some kind of pointer inside map to navigate to exact location and app should be store lon and lan data inside db.
Any help is appreciated.
Thanks
I think that this is exactly what you looking for.
Simply click on the map on a location and it will provide you with the latitude and longitude in the callout window.
You can find Google maps API at
code.google.com/apis/maps/documentation/reference.htmlHow will you store this info into db is outscope of this question.
Hope this helps.