开发者

Google map mash up

开发者 https://www.devze.com 2023-02-17 04:18 出处:网络
I want to build something like this: http://www.housingmaps.com/ I skim through a couple of tutorial about google mashup and google Map API. Does anyone know where should I start with 开发者_开发百科

I want to build something like this: http://www.housingmaps.com/

I skim through a couple of tutorial about google mashup and google Map API. Does anyone know where should I start with 开发者_开发百科?

Thanks.


Start with building a database for all your data and ways of searching in it, once you have that working placing markers on maps is rather easy (see http://code.google.com/intl/sv-SE/apis/maps/documentation/javascript/services.html#Geocoding for more info)

So focus on structuring your data & searching it before anything else and also ways of importing your data, hosingmaps seems to scrape craigslist.

0

精彩评论

暂无评论...
验证码 换一张
取 消