Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Pointing to Google maps with ASP

0 views
Skip to first unread message

.Net Sports

unread,
Nov 10, 2009, 10:12:25 PM11/10/09
to
i'm not sure what newsgroup to ask, but i have some dynamic asp code
that displays addresses and such from a recordset, and i want users to
click on an icon that sits aside the dynamic address to find the
location via yahoo maps, but I want to use this to go to Google maps.
Here is my Yahoo example:
http://maps.yahoo.com/py/lg:/lc:/maps_result?BFCat=&Pyt=Tmap&newFL=&addr=<%=
rslist("address") %>&csz=<%= rslist("city") %>%2C%20<%= rslist
("state") %>%20<%= rslist("zip") %>&country=us

i can't find a source that has this for Google maps.

??
NS

Adrienne Boswell

unread,
Nov 11, 2009, 5:42:31 PM11/11/09
to
Gazing into my crystal ball I observed ".Net Sports"
<ballz...@cox.net> writing in
news:b7179e64-181c-4321...@v25g2000yqk.googlegroups.com:

Google is just about the same, and you can actually do more server side,
like make maps and such. Look into getting a Google API key, and then
you can have maps, directions, etc.

For what you want to do, you just have to do a Google map request and
take a look at the query string, then replace that with your own
information.

http://maps.google.com/maps?f=q&source=s_q&hl=en&geocode=&q=1450
+Pennsylvania+Ave+SE,+Washington,+DC+20003-3029&sll=38.895342,-77.033472
&sspn=0.006396,0.013411&gl=us&ie=UTF8&hq=&hnear=1450
+Pennsylvania+Ave+SE,+Washington,+District+of+Columbia,+20003&z=16

--
Adrienne Boswell at Home
Arbpen Web Site Design Services
http://www.cavalcade-of-coding.info
Please respond to the group so others can share

0 new messages