Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

Coding Forum


You are currently viewing our Coding Forum as a guest. Please register to participate.
Login



Reply
code for map intergate
Old 12-08-2008, 12:16 PM code for map intergate
bwc
Novice Talker

Posts: 7
Trades: 0
How do I code for a map intregation widget. A small widget for user to type address and get url for google maps direction page. Any ideas?
bwc is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 12-08-2008, 06:31 PM Re: code for map intergate
Learning Newbie's Avatar
Defies a Status

Latest Blog Post:
Astounding Republican Paranoia
Posts: 5,662
Name: John Alexander
Trades: 0
You'll find everything you need on Google's Map Code page.

Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:v="urn:schemas-microsoft-com:vml">
  <head>
    <meta http-equiv="content-type" content="text/html; charset=utf-8"/>
    <title>Google Maps JavaScript API Example: Simple Map</title>
    <script src="http://maps.google.com/maps?file=api&amp;v=2&amp;sensor=false&amp;key=ABQIAAAAzr2EBOXUKnm_jVnk0OJI7xSosDVG8KKPE1-m51RBrvYughuyMxQ-i1QfUnH94QxWIa6N4U6MouMmBA"
            type="text/javascript"></script>
    <script type="text/javascript">

    function initialize() {
      if (GBrowserIsCompatible()) {
        var map = new GMap2(document.getElementById("map_canvas"));
        map.setCenter(new GLatLng(37.4419, -122.1419), 13);
      }
    }

    </script>
  </head>
  <body onload="initialize()" onunload="GUnload()">
    <div id="map_canvas" style="width: 500px; height: 300px"></div>
  </body>
</html>
__________________

Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE
Learning Newbie is offline
Reply With Quote
View Public Profile
 
Old 12-09-2008, 06:49 AM Re: code for map intergate
bwc
Novice Talker

Posts: 7
Trades: 0
Thank you. I tried it but did not work. I'll check google.
bwc is offline
Reply With Quote
View Public Profile
 
Old 12-09-2008, 02:07 PM Re: code for map intergate
Learning Newbie's Avatar
Defies a Status

Latest Blog Post:
Astounding Republican Paranoia
Posts: 5,662
Name: John Alexander
Trades: 0
Did you get an API key for the domain you want to use it from?
__________________

Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE
Learning Newbie is offline
Reply With Quote
View Public Profile
 
Old 12-09-2008, 05:50 PM Re: code for map intergate
bwc
Novice Talker

Posts: 7
Trades: 0
ok I did get key and still not coming up

put in head
<script src="http://maps.google.com/maps?file=api&amp;v=2&amp;key=ABQIAAAAckGvcTXP2HCz o_duwsa8bRRjzCnzHWLsUL0FnU9utm5aAqN_-RQbOZd0MUUhKXylak_c8lYGRNvkMw"
type="text/javascript"></script>
<script type="text/javascript">

//<![CDATA[

function load() {
if (GBrowserIsCompatible()) {
var map = new GMap2(document.getElementById("map"));
map.setCenter(new GLatLng(37.4419, -122.1419), 13);
}
}

//]]>
</script>

put in body
<body onload="initialize()" onunload="GUnload()">

put in place where I want it to appear
<div id="map" style="width:500px;height:300px"></div>
bwc is offline
Reply With Quote
View Public Profile
 
Old 12-18-2008, 11:23 PM Re: code for map intergate
bwc
Novice Talker

Posts: 7
Trades: 0
I guess I'll look into something else.
bwc is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to code for map intergate
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.22789 seconds with 12 queries