views:

147

answers:

1

Hi all,

I'm creating an intranet website and i have a couple of asp.net textboxes/ddl that make up a persons code. What i need help with is displaying a map based on the address. Any examples on how to do this would be very helpfuul.

I tried to get a google maps api key but you need a internet web site to get one.

Thanks in advance

+1  A: 

I think you can put any website address in the Google API signup!

I have done something similiar in .net and once you figure out the map api its fairly to get working.

Checkout the documentation.

Here is the reference.

Rigobert Song
So, it doesn't check if the website address is valid or not?
zSysop
no, I entered an address that didn't exist.
Rigobert Song
Hmm that's new. And is it fully functional?
zSysop
I am not sure. I was plotting way points and calculating directions!
Rigobert Song