ueon Posted November 15, 2012 Share Posted November 15, 2012 Since it's a javascript based API, I will be posting it here: Does anyone know the method used to create an application like: http://www.4condosandlofts.com/index.php?p=141&io_mdist=C&io_districts=C01%7CC02%7CC03%7CC04%7CC05%7CC06%7CC07%7CC08%7CC09%7CC10%7CC11%7CC12%7CC13%7CC14%7CC15&C01=on&C02=on&C03=on&C04=on&C05=on&C06=on&C07=on&C08=on&C09=on&C10=on&C11=on&C12=on&C13=on&C14=on&C15=on&io_for_sale=1&io_for_lease=1&io_hometype=condo&io_dir=desc&io_st_name=&io_min_price=550000&io_min_bedrooms=0&io_max_price=1800000&io_min_bathrooms=0&io_ml_num=&io_min_kitchens=0 How would I go about using google maps api to create the interactive maps they have done? (I'm just asking about the google maps aspect, not the database integration) thanks in advance Quote Link to comment Share on other sites More sharing options...
kicken Posted November 16, 2012 Share Posted November 16, 2012 Assuming you're talking about the shaded regions, my best guess would be that they are using the Polygon feature of the maps api to define the regions on the map. Quote Link to comment Share on other sites More sharing options...
haku Posted November 16, 2012 Share Posted November 16, 2012 They are. And they add a border around it. They also are adding a hover listener to it, and enabling the popup there. As far as google maps go, it's a fairly complex integration. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.