Fixed
Status Update
Comments
st...@gmail.com <st...@gmail.com> #2
le...@gmail.com <le...@gmail.com> #5
I'm attempting to replicate this issue given your sample code, but I'm not seeing it.
I've put up my repro code athttps://github.com/domesticmouse/DistortedGMSGroundOverlay
Please modify this sample until you get the distortion, and then create a Pull Request back to me.
Thanks!
I've put up my repro code at
Please modify this sample until you get the distortion, and then create a Pull Request back to me.
Thanks!
ne...@gmail.com <ne...@gmail.com> #6
I have used the same image and bounds you used, and I can not reproduce the distort.
Let me extend the information about this App.
The idea is to put an indoor map images on the google map. In order to do that, first of all, we use the google earth PC tool to discover the South West Bound, the North East Bound and the rotation to be applied over the image.
Once all these information is get, (1) we copy the image in the iOS device, (2) we take the image in our App from the iOS gallery, and (3) we configure the bounds and the rotation with the information indicated before.
However, using the image I required in my Project (Map.jpg attached), and the coordinates and rotation obtained (see below), I can reproduce the distort.
var southWest = CLLocationCoordinate2DMake(38.963203,-77.380171)
var northEast = CLLocationCoordinate2DMake(38.963641,-77.379883)
overlay.bearing = 47.907
I also attach an screenshot of google earth showing how I would like to see the image on my App using the API.
Could you please use the image (Map.jpg) I attach using the coordinates and rotation indicated?
Let me extend the information about this App.
The idea is to put an indoor map images on the google map. In order to do that, first of all, we use the google earth PC tool to discover the South West Bound, the North East Bound and the rotation to be applied over the image.
Once all these information is get, (1) we copy the image in the iOS device, (2) we take the image in our App from the iOS gallery, and (3) we configure the bounds and the rotation with the information indicated before.
However, using the image I required in my Project (Map.jpg attached), and the coordinates and rotation obtained (see below), I can reproduce the distort.
var southWest = CLLocationCoordinate2DMake(38.963203,-77.380171)
var northEast = CLLocationCoordinate2DMake(38.963641,-77.379883)
overlay.bearing = 47.907
I also attach an screenshot of google earth showing how I would like to see the image on my App using the API.
Could you please use the image (Map.jpg) I attach using the coordinates and rotation indicated?
br...@google.com <br...@google.com> #7
Hi again, just to be informed about the status of this potential issue.
Could you be able to reproduce it?
Could you be able to reproduce it?
ne...@gmail.com <ne...@gmail.com> #8
Yup, I reproduced the issue and engineering is working on a fix. Thanks!
ma...@gmail.com <ma...@gmail.com> #9
Did you find a solution? I have the same problem
Description