Error navigate (or Maps) in GoogleMap component

select marker on googlemaps component and click on navigate … i have this errore “google map not installed or disabled”

the test app is https://play.google.com/store/apps/details?id=com.motopark.it

Attach Necessary Block Images and Files

Are there any blocks to replicate your issue? If there are no blocks, how can others replicate your issue?

I simulated the problem.

Click the button where a marker is created.
Touch the marker and click navigate.

In test mode navigation works.

It doesn’t work if I compile the application.
In other forums about other programming languages ​​I read this:. " To fix this, you will need to add the Google Maps package “com.google.android.apps.maps” as an entry in your AndroidManifest.xml entry:

prova.aia (67.5 KB)

<manifest package="com.your.package">
  <queries>
    <package android:name="com.google.android.apps.maps" />
  </queries>
  ...
</manifest>
```"

I confirm that the problem is the manifest file without the query declaration. Please fix the problem at compile time