I am writing a java script application where I will need to:
1) display maps. (I can do this)
2) add markers. (I can do this)
3) add markers with text. (i can do this)
4) geocode. ( can't do this)
5) reverse geocode.
6) routing
My application is a web based app written in html5/javascript.
I have registered the application..but am confused about authentication.
I assume I can't do geocoding until I have the authentication done.
I really don't want users to have to login each time, but weeding through the documentation, I don't have a clear picture of what really needs to be done.
Can anybody point me in the right direction and perhaps an example or two?
Thanks,
Mike