Hi,
How can I get top-left position & bottom-right position of the region displayed on the map?
Thank you.
1 Answer, 1 is accepted
0
Andrey
Telerik team
answered on 20 Mar 2012, 09:27 AM
Hi Sonia,
You can use the RadMap.LocationRect property which represents the region which is displayed on the map. The LocationRect structure contains the Northwest and Southeast properties you can use.
The sample code is below: