swistakm/python-gmaps

Iterable serialization should handle types other then strings

Opened this issue · 1 comments

In serializing iterables values are treated as strings and blow up if they aren't strings

It seems that we've found an reason to handle such values.

One case is passing list of (latitude, longitude) tuples into directions endpoint if someone does not want to use places names.