I installed the embed google maps module, but I can't seem to find instructions on how to use it. In just playing with it, I went to content types/manage fields and added the google maps field to the Page content type. This created an empty text box which says, "enter google map here:" But I'm not sure what exactly I'm supposed to enter here?

Comments

ShannonK’s picture

Title: directions on how to use, please? » Embed Google Maps - directions on how to use, please?
andreashaugstrup’s picture

Status: Active » Fixed

You can either enter an address and Google will attempt to place it on a map. Or you can paste in an URL to a google map or the embed code for a google map.

ShannonK’s picture

My bad - I misunderstood what this module could do. We have locations that are on mountaintops and forested areas that I'd like to show (preferable via satellite), but that have no physical address. I'd need to do it by long/latitude, so I don't think this module will work for that. I'm looking into Google Earth, but the module available seems to show the ip location of the computer user...rather than a location I could enter by long/lat. If anyone has any ideas for me....I'd love to hear it!

andreashaugstrup’s picture

You can embed any google map. Simply place center the map on what you want shown and embed that map.

Alternatively create your own custom google map on the google map site with the location pins you want an embed that.

If you want the full location experience in Drupal look into using the location module.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

francewhoa’s picture

vikas123sahu’s picture

Title: Embed Google Maps - directions on how to use, please? » How to implement directions(route line) between different markar location

Hello all,

I implement the gmap very successfully in my project and really I like the gmap module.:)

Now i need to add one more feature on gmap module for the directions root between different markar locations like this one:

http://code.google.com/apis/maps/documentation/javascript/v2/examples/di...

I really need to add the directions or root line join the differetnt markar by a root line with each other.

Please help me...... how i implement this...is it possible with gmap module.??

Thanks in advance

Vikas

wescleyteixeira’s picture

Hello !

I have the same problem. I have to build an ride sharing website using Drupal and I can find the best way to implement this.

Here: http://drupal.org/node/1024600 I explain my problem. I thought that get_direction could solve my problem but not.

In another post it seems that this module could do the job: http://drupal.org/project/trackfield

I'm still studing it. If you discover how to make it possible post here, please

Good luck!