Reputation: 1361
I am trying very hard today to code something that will allow user to resize square over google map. I have tried rectangle / polygon with no success. When a user will increase the width / height individually this should result changes in both parameter equally.
Any help will be highly appreciated.
Upvotes: 0
Views: 201
Reputation: 1361
I got my solution by changing approach and following a bit from this:
get boundaries longitude and latitude from current zoom google maps
Upvotes: 1