Main
Index
Search
Posts
Who's
Online
Log
In

Home: Discontinued/Classic Products: Listings Manager Add-ons:
Tutorial: Google Maps (Version 2.0)

 

 


ross
Staff / Moderator


Jul 18, 2006, 10:17 AM

Post #1 of 16 (24169 views)
Shortcut
Tutorial: Google Maps (Version 2.0) Can't Post

Hey again Smile.

In the latest newsletter I went over how to get the Google Maps with all your listings updated to version 2.0 of their API.

Here's a link to the tutorial:

http://www.interactivetools.com/products/realtymanager/tutorials/google_maps2.html

Feel free to discuss or post questions about that in this forum thread Smile
-----------------------------------------------------------
Cheers,
Ross Fairbairn - Product Specialist
support@interactivetools.com

Hire me!  Save time by getting our experts to help with your project.
Template changes, advanced features, full integration, whatever you
need. Whether you need one hour or fifty, get it done fast with
Priority Consulting: http://www.interactivetools.com/consulting/



(This post was edited by ross on Jul 18, 2006, 10:19 AM)


frhs00
User

Aug 7, 2006, 7:34 PM

Post #2 of 16 (24112 views)
Shortcut
Re: [ross] Tutorial: Google Maps (Version 2.0) [In reply to] Can't Post

Ross,

Thanks for the tutorial. I wanted to ask you if you can make an additional tutorial for putting google maps 2.0 on your publish listings pages. I basically want the map to display a point for only one listings. Is there a simple way to go about this?

Thanks,

David


frhs00
User

Aug 8, 2006, 7:25 PM

Post #3 of 16 (24087 views)
Shortcut
Re: [frhs00] Tutorial: Google Maps (Version 2.0) [In reply to] Can't Post

I figured it out already. I just removed the code where it was referencing the list and replaced it with code for referencing only one listing.

David


fsbo
User

Oct 20, 2006, 9:26 AM

Post #4 of 16 (23843 views)
Shortcut
Re: [ross] Tutorial: Google Maps (Version 2.0) [In reply to] Can't Post

Hi Ross,

I've coppied the code setup my i-frame, the map shows correctly, but markers do not display. Any ideas? the only thing I changed in the code was the $lfield6$ and $lfield7$ to fields 29 and 30 which are street name and zipcode. Thanks in advance, James


ross
Staff / Moderator


Oct 22, 2006, 10:01 AM

Post #5 of 16 (23798 views)
Shortcut
Re: [fsbo] Tutorial: Google Maps (Version 2.0) [In reply to] Can't Post

Hi there.

Thanks for posting!

Would you mind sending me a support request for this one?

https://www.interactivetools.com/support/email_support.cgi

There are a few things that could be happening here and if I can get in there to have a closer look, I should be able to get you back on track again. I look forward to hearing from you Smile.
-----------------------------------------------------------
Cheers,
Ross Fairbairn - Product Specialist
support@interactivetools.com

Hire me!  Save time by getting our experts to help with your project.
Template changes, advanced features, full integration, whatever you
need. Whether you need one hour or fifty, get it done fast with
Priority Consulting: http://www.interactivetools.com/consulting/



croydon
User

Feb 3, 2007, 1:32 AM

Post #6 of 16 (23125 views)
Shortcut
Re: [ross] Tutorial: Google Maps (Version 2.0) [In reply to] Can't Post

G'day,

Can you pleas post the alternative code so that rather than all listings being shown on one map, each property show seperatly?

ie. the link for /l0066.htm shows only that listing on the map.

Thanks

Croydon


ross
Staff / Moderator


Feb 3, 2007, 4:36 PM

Post #7 of 16 (23105 views)
Shortcut
Re: [croydon] Tutorial: Google Maps (Version 2.0) [In reply to] Can't Post

Hi Croydon

Thanks for posting!

The template used for single listing pages is actually setup completely different so I am not exactly sure how it all goes together.

What I have attached here though should be a good starting point. Basically, just find the line that says:

map.setCenter(new GLatLng(49.19067925930702,-123.07159423828125), 9);

and adjust those coordinates to be your starting location and zoom. Second, find this line:

showAddress("Address Placeholders","Listings Details Go Here");

and put in the placeholders for each bit there.

That should get you going but you may need to play around with it a bit Smile.
-----------------------------------------------------------
Cheers,
Ross Fairbairn - Product Specialist
support@interactivetools.com

Hire me!  Save time by getting our experts to help with your project.
Template changes, advanced features, full integration, whatever you
need. Whether you need one hour or fifty, get it done fast with
Priority Consulting: http://www.interactivetools.com/consulting/



(This post was edited by ross on Feb 3, 2007, 4:36 PM)
Attachments: _google_listing.html (3.16 KB)


ozbuddy
User

Apr 2, 2007, 3:18 PM

Post #8 of 16 (22686 views)
Shortcut
Re: [ross] Tutorial: Google Maps (Version 2.0) [In reply to] Can't Post

Hi,

Is it possible to use Google Maps for locating users instead of listings? We have brokers all over the country and it would be nice if customers could use the map to find a broker close home.

Thanks,

Jessica


ross
Staff / Moderator


Apr 3, 2007, 1:36 PM

Post #9 of 16 (22678 views)
Shortcut
Re: [ozbuddy] Tutorial: Google Maps (Version 2.0) [In reply to] Can't Post

Hi Jessica

Thanks for posting!

The nice thing here is that the _publish_homepage.html template is pretty much the same thing as _publish_listing.html so you should just be able to use the sample template in my post above and swap in the hfield placeholders for the lfield placeholders.

How does that sound? Keep me up to date with how you are making out Smile.
-----------------------------------------------------------
Cheers,
Ross Fairbairn - Product Specialist
support@interactivetools.com

Hire me!  Save time by getting our experts to help with your project.
Template changes, advanced features, full integration, whatever you
need. Whether you need one hour or fifty, get it done fast with
Priority Consulting: http://www.interactivetools.com/consulting/



MikeF
User

May 16, 2007, 10:58 AM

Post #10 of 16 (22274 views)
Shortcut
Re: [ross] Tutorial: Google Maps (Version 2.0) [In reply to] Can't Post

Hi,
Does this have to be in an iframe or could you

Code
<body onLoad="loadMap()"> 
<div id="map" style="width: 700px; height: 600px"></div><br/>

Have GREAT day! 
MikeF


poorrichard
User

Feb 17, 2008, 5:46 PM

Post #11 of 16 (19509 views)
Shortcut
Re: [ross] Tutorial: Google Maps (Version 2.0) [In reply to] Can't Post

Using _google_map2.html I am hoping to replace the showAddress function with one that allows me to create a point based on latitude / longitude inputs instead of an address input.

Is there an existing function that will handle this, or can you advise me of a mod to _google_map2.html which will do this?

Thanks,

Jim
Poor Richard Web Press, LLC
Port Republic, Maryland

(This post was edited by poorrichard on Feb 18, 2008, 5:24 AM)


Jake
Staff / Moderator


Feb 18, 2008, 3:46 PM

Post #12 of 16 (19458 views)
Shortcut
Re: [poorrichard] Tutorial: Google Maps (Version 2.0) [In reply to] Can't Post

Hi Jim,

You might want to have a look at this tutorial's predecessor, which was set up to use a longitude/latitude input instead of an address:

http://www.interactivetools.com/products/realtymanager/tutorial_rm_google_maps.html

Let us know if you need anything else!
-----------------------------------------------------------
Cheers,
Jake Marvin - Product Specialist
support@interactivetools.com

[hr][i][url "http://www.interactivetools.com/consulting/"][b]Hire me![/b][/url]
Save time by getting our experts to help with your project. Template changes, advanced features, full integration, whatever you need. Whether you need one hour or fifty, get it done fast with [url "http://www.interactivetools.com/consulting/"][b]Priority Consulting[/b][/url].[/i]


mattcason
New User

Mar 16, 2008, 6:43 AM

Post #13 of 16 (18668 views)
Shortcut
Re: [ross] Tutorial: Google Maps (Version 2.0) [In reply to] Can't Post

I recently added this feature to my listings site and originally ran into an issue where the map wouldn't show up.
Well after looking over the code some more I noticed the fields it was searching for the address in were different than my fields so I corrected that as well as the info to display in the popups, but the issue I am still having is when the map comes up it only displays 5 listings out of the 300 or so that I have. Any idea why that might happen?

you can see what I am talking about here:
http://gs.n-i.com/area-map-of-listings.html


Jake
Staff / Moderator


Mar 19, 2008, 10:05 AM

Post #14 of 16 (18559 views)
Shortcut
Re: [mattcason] Tutorial: Google Maps (Version 2.0) [In reply to] Can't Post

Hi mattcason,

I believe I followed up with you on this through email, but basically what's happened here is that Google has changed the way their code works for Google Maps, which has caused some problems with this tutorial. Mike posted some udpated instructions in this thread:

http://www.interactivetools.com/iforum/Products_C2/Listings_Manager_Add-ons_F25/Tutorial%3A_Google_Maps_P46560/

Let us know if you need anything else. Smile
-----------------------------------------------------------
Cheers,
Jake Marvin - Product Specialist
support@interactivetools.com

[hr][i][url "http://www.interactivetools.com/consulting/"][b]Hire me![/b][/url]
Save time by getting our experts to help with your project. Template changes, advanced features, full integration, whatever you need. Whether you need one hour or fifty, get it done fast with [url "http://www.interactivetools.com/consulting/"][b]Priority Consulting[/b][/url].[/i]


mattcason
New User

Mar 19, 2008, 10:47 AM

Post #15 of 16 (18557 views)
Shortcut
Re: [Jake] Tutorial: Google Maps (Version 2.0) [In reply to] Can't Post

I got your email and I tried the way that Mike lists to do it where it loads them with a delay and it does just that but it still only shows the 5 listings for some reason.


Jake
Staff / Moderator


Mar 20, 2008, 2:43 PM

Post #16 of 16 (18499 views)
Shortcut
Re: [mattcason] Tutorial: Google Maps (Version 2.0) [In reply to] Can't Post

Hi Matt,

I just followed-up with you on this through email. Smile
-----------------------------------------------------------
Cheers,
Jake Marvin - Product Specialist
support@interactivetools.com

[hr][i][url "http://www.interactivetools.com/consulting/"][b]Hire me![/b][/url]
Save time by getting our experts to help with your project. Template changes, advanced features, full integration, whatever you need. Whether you need one hour or fifty, get it done fast with [url "http://www.interactivetools.com/consulting/"][b]Priority Consulting[/b][/url].[/i]