You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When supplying location data for points as strings, sometimes the geoOn() API picks them up, and sometimes it doesn't.
The trouble here is the inconsistency, since it can be considered a client error to supply non-numeric data in the first place. The solution could be either to coerce all string values to numbers, to present a type error, or to document that non-numeric location data leads to undefined behavior.
The text was updated successfully, but these errors were encountered:
When supplying location data for points as strings, sometimes the geoOn() API picks them up, and sometimes it doesn't.
The trouble here is the inconsistency, since it can be considered a client error to supply non-numeric data in the first place. The solution could be either to coerce all string values to numbers, to present a type error, or to document that non-numeric location data leads to undefined behavior.
The text was updated successfully, but these errors were encountered: