I'm new in google map and JavaScript.

I have a node with code (by geolacation module)

div class="field-item">


Latitude:
45.9359

Longitude:
33.1128

Could you tell me How I can create button to show this address in google map ?

Comments

rares’s picture

To create a button use something like

<form action="GOOGLE URL FROM EMAIL THIS MAP FEATURE"  method="get" >
<input type="submit" value="VIEW MAP" />
</form>

There's also a module that creates links to Yahoo and Google maps based on your location.module data.

--Rareş
www.calumea.ro

mysocom’s picture

>There's also a module that creates links to Yahoo and Google maps based on your location.module data.
What do you mean ?

I try geolocation, geonames_cck, cck_map, cck_latlon but they don't create any links.