reinterpretcat / utymap

Highly customizable library for procedural world generation based on real map data
Apache License 2.0
964 stars 151 forks source link

demo: allow user to use device location as start point #80

Closed reinterpretcat closed 8 years ago

reinterpretcat commented 8 years ago

so far, there are two options:

The third one can be additional button with action "use device location". Having reverse geocoding functionality for it is also nice.

Assumed that this class provides access to location data: https://docs.unity3d.com/ScriptReference/LocationService.Start.html

reinterpretcat commented 8 years ago

Done