2021年1月6日星期三

Why doesn't GMSGroundOverlay Icon fill its bounds in GoogleMaps?

I want to add an Image to my map. This image needs to fill the bounds which i create with two coordinates, soutwest and northeast. After compiling it shows some kind of gap at the edges. Is this a bug ?

In the image I added both coordintes southwest and northeast so you can see the gap

let overlay = GMSGroundOverlay(bounds: GMSCoordinateBounds(coordinate: northEast, coordinate: southWest), icon: UIImage(named: "appleIcon")) enter image description here

https://stackoverflow.com/questions/65605740/why-doesnt-gmsgroundoverlay-icon-fill-its-bounds-in-googlemaps January 07, 2021 at 10:08AM

没有评论:

发表评论