Our app is using implicit intents to open a map view with a given geo location. For example, we create an implicit intent with a data URI of
geo:0,0?q=45.160410,-93.227063
as explained in https://developer.android.com/guide/components/intents-common#ViewMap. However, when this is opened in Lyft the app gives an error "Unsupported Address" as shown in the attached screengrab.
The same intent works in Google Maps, Uber and Waze. Should it work in Lyft?