0

NET app, where I allow Users to map a location using google maps and then use those location on the front end of my app to again use these locations to map a location.

This works fine, but the customer was looking for an alternative in case the user does not have Javascript enabled ?

I wasnt aware of any alternatives, but if someone does can they please point me the right way

Thanks in advance

StevieB
  • 6,263
  • 38
  • 108
  • 193

2 Answers2

6

If user has no JavaScript enabled, you can use flash version or even static Google Maps images

hsz
  • 148,279
  • 62
  • 259
  • 315
1

Your question is a bit unclear, but did you look into the Static Maps API?

Google Static Maps API

Dave Kiss
  • 10,289
  • 11
  • 53
  • 75
  • Sorry the question in short is. If the user does not have javascript enabled I need an alternative, it turns out from above google map actually provides this which I didn't know – StevieB Jun 09 '11 at 13:25