[INACTIVE] A search and discovery app for the "here & now". We're experimenting with ideas on mobile that can better surface content from the open web.
Looked at history and it seems like we've been using "address" for Apple Maps routing, but that's not necessary because we always have a lat/long. Switched to using latlong (instead of falling through to Google maps web if the address didn't exist).
From the Apple Maps docs, the destination address needs to be "an address string that geolocation can understand" and lat/long falls into that category.
Looked at history and it seems like we've been using "address" for Apple Maps routing, but that's not necessary because we always have a lat/long. Switched to using latlong (instead of falling through to Google maps web if the address didn't exist).