Giter Club home page Giter Club logo

Comments (4)

npepinpe avatar npepinpe commented on August 18, 2024

Speaking of polygons, it might be nice to make them easier to manipulate; it's slightly cumbersome having to to define the shape as an array of LatLng objects. It might be nicer to give center coordinates (or top-left, or some such) and then provide relative measurements for the different points.

That said, it should be possible to at least pass an array of pairs (i.e. arrays with 2 indices) of latitude and longitude, like for Polylines, if only for consistency.

from gmaps.

ForbesLindesay avatar ForbesLindesay commented on August 18, 2024

I think given that it should take the same path format as a polyline, if a relative format is desired as an alternative then that should be defined for polyline and polygon at the same time. For my purposes I prefer absolute values, so I can just measure the exact latitude and longitude.

from gmaps.

npepinpe avatar npepinpe commented on August 18, 2024

I don't think it'd be too hard to support both notations (array of arrays, or array of google.maps.LatLng objects), but it just seems unnecessary; I have no preference for either, other than an array of google.maps.LatLng is cleaner. Maybe someone has good arguments for using an array of arrays?

from gmaps.

ForbesLindesay avatar ForbesLindesay commented on August 18, 2024

Array of arrays is much shorter and easier to read. It can also be directly serialized/deserialized to JSON. It's one of the key benefits of this library.

from gmaps.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.