microsoft / MapsSDK-Unity

This repository contains samples, documentation, and supporting scripts for Maps SDK, a Microsoft Garage project.
MIT License
648 stars 127 forks source link

How to get bounds of visible map? #134

Closed peterclemenko closed 3 years ago

peterclemenko commented 3 years ago

How would you recommend getting the bounds of the visible map?

kircher1 commented 3 years ago

The Bounds property on MapRenderer provides the geographic bounds (LatLon extents) of the current view.