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
In my mobile app I want to load MapMyIndia map so that users can select their current location (or any other location) and their destination using a map. We have decided to use MapMyIndia as the mapping service and Flutter for frontend, we have included the mapmyindia_gl version 0.3.1 plugin for this purpose. The code that we are using :
This works fine for Android version 12 (API level 31) but when we tried running it for lower Android versions we don't see the map at all (location permissions were granted for this App).
We also tried to downgrade the MMI Flutter to mapmyindia_gl 0.2.0 but we still do not see the Map.
Please suggest how to resolve this issue.
The text was updated successfully, but these errors were encountered:
In my mobile app I want to load MapMyIndia map so that users can select their current location (or any other location) and their destination using a map. We have decided to use MapMyIndia as the mapping service and Flutter for frontend, we have included the mapmyindia_gl version 0.3.1 plugin for this purpose. The code that we are using :
This works fine for Android version 12 (API level 31) but when we tried running it for lower Android versions we don't see the map at all (location permissions were granted for this App).
We also tried to downgrade the MMI Flutter to mapmyindia_gl 0.2.0 but we still do not see the Map.
Please suggest how to resolve this issue.
Yes, the same issue we are also facing. Expecting the MapmyIndia team to resolve it ASAP.
In my mobile app I want to load MapMyIndia map so that users can select their current location (or any other location) and their destination using a map. We have decided to use MapMyIndia as the mapping service and Flutter for frontend, we have included the mapmyindia_gl version 0.3.1 plugin for this purpose. The code that we are using :
}
This works fine for Android version 12 (API level 31) but when we tried running it for lower Android versions we don't see the map at all (location permissions were granted for this App).
We also tried to downgrade the MMI Flutter to mapmyindia_gl 0.2.0 but we still do not see the Map.
Please suggest how to resolve this issue.
The text was updated successfully, but these errors were encountered: