Coder Social home page Coder Social logo

Comments (3)

ebidel avatar ebidel commented on April 27, 2024

We can cast those values to ensure they're floats.

Where are you getting selectedAddress.coordinates from? If they're numbers
it stuff work fine. Did you mean they're strings?

The maps api expects float numbers, not strings (
https://developers.google.com/maps/documentation/javascript/3.exp/reference#LatLngLiteral
).
On Sep 3, 2014 7:01 AM, "Radek Slupik" [email protected] wrote:

Given the following example:

Where selectedAddress.coordinates is {latitude: 20, longitude: 20} breaks
with an error in Google Maps API because this.latitude and this.longitude
in updatePosition
https://github.com/GoogleWebComponents/google-map/blob/master/google-map.html#L113
are strings, not numbers. It'd be very useful if the assumption that these
values are numbers were not there.


Reply to this email directly or view it on GitHub
#49.

from google-map.

rightfold avatar rightfold commented on April 27, 2024

They are numbers in my data (selectedAddress.coordinates is {latitude: 20, longitude: 20}), but AngularJS calls setAttribute and setAttribute casts the value to a string.

from google-map.

ebidel avatar ebidel commented on April 27, 2024

I'll put in a check, but when I test .setAttribute('latitude', 37.879) or .setAttribute('latitude', '37.879') directly on the map element in the console, there are no errors.

Have you seen https://github.com/matjaz/angu-poly? It's a lib that makes Angular understand two-way bindings on attributes.

from google-map.

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.