Google Drawing Library vs Standard Drawing Techniques

I wonder what are the advantages and disadvantages of using drawings of the library in comparison with the standard Google Maps API methods for creating forms, such as new google.maps.Polygon, new google.maps.Circle, new google.maps.Rectangle, etc.

If the purpose of the application is to collect spatial data (i.e. coordinates) in the database, will this method affect usage?

This is more of a type of discussion, so I look forward to your thoughts.

0
source share
1 answer

Using the Service Listeners, you can collect the drawn length and longitude of the form (but it will be assembled on the client side).

Demo .

.

  • ajax- script .
  • Spatial API , .

, .

+1

Source: https://habr.com/ru/post/1536204/


All Articles