2

Am I missing something or is it not possible to read terrain data (such as forests, roads, rivers, lakes, etc) through google?

I'm trying to create an app where you can walk in a scene dynamically created from terrain data from google - live/semi live.

Is this possible?

1 Answers1

0

To my knowledge, this is not possible in the Google Maps API. You can set the base map type to 'TERRAIN', but I don't think you can read what type of land type there is at a given coordinate. I would suggest looking into Open Street Map (OSM) and the 'Landuse' tag.

juturna
  • 1,203
  • 7
  • 19