开发者

What is meant by bounding box in android map view

开发者 https://www.devze.com 2023-03-06 20:09 出处:网络
I am sorry if it seems a silly question to you, but I have been dealing with some problems in my android project and my client constantly refers to the term bounding box. Ca开发者_高级运维n someone pl

I am sorry if it seems a silly question to you, but I have been dealing with some problems in my android project and my client constantly refers to the term bounding box. Ca开发者_高级运维n someone please tell me what exactly is Bounding-box ,with ref to map view in android


You can specify a bounding box to limit the search criteria of the Geocoder's getFromLocationName method by giving it the lower left and upper right latitude/longitudes as arguments.

Also if you are using osmdroid to implement an OpenStreetMap mapview rather than a Google mapview, then there is a class in that library named org.osmdroid.util.BoundingBoxE6


The term bounding box typically refers to the rectangular space taken up by an item on screen.

0

精彩评论

暂无评论...
验证码 换一张
取 消