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
Here we have API which accept both number and string for lat and long. It's not hard to just String(num lat/long) to convert before sending to GoogleStaticMap. However, should this actually accept both types?