如何在 google 地图中突出显示 android 中的某个大陆
How to highlight a certain continent in google map in android
我需要用某种颜色突出显示 google 地图中的某个大陆。
我阅读了有关多边形的信息,但我需要的只是确定大陆名称。
有人可以帮助我吗?
你会用画 polygon over the desired area. To do this, you'll need the coordinate data for whatever you want to overlay. There are various tools and resources online which can help you get that data, like here.
或者,您可以对要突出显示的区域应用 GroundOverlay。您将图像放置在地图上的指定位置。图像将随地图一起旋转、倾斜或缩放。如有必要,您还可以设置图像的透明度。
我需要用某种颜色突出显示 google 地图中的某个大陆。
我阅读了有关多边形的信息,但我需要的只是确定大陆名称。
有人可以帮助我吗?
你会用画 polygon over the desired area. To do this, you'll need the coordinate data for whatever you want to overlay. There are various tools and resources online which can help you get that data, like here.
或者,您可以对要突出显示的区域应用 GroundOverlay。您将图像放置在地图上的指定位置。图像将随地图一起旋转、倾斜或缩放。如有必要,您还可以设置图像的透明度。