[FREE] Maps with MapLibre and multiples layers

New version 1.6, see the first post

2 Likes

No API key required for navigation?

No, you don't need an API key.

The icon/png icon of a marker on a map requires an anchor setting. Currently its default to the top position above the coordinate set. Maybe this can be changed to center or custom via a method. Thanks for the work done in the contribution of this apx. :grinning_face:

Check the movemark method as it used to work but for some reason it stopped working.

Hello to everyone,

I don't know if this has happened to anyone else, but I want to ask here. After using the latest version of the extension, I started having problems uploading the app to the Play Store. The update was rejected because of "background location permission.", which I dont use in app. This might be a new policy change. I'm not sure, but could it also be related to the extension?

Any idea?

Probably yes
Which other extensions are you using?
Also please provide a screenshot of the error message

As I just have seen, you are also using the locationsensor extension

To find out, which extension needs an update, create example projects using only one of those extensions, build it, decompile it and check the manifest,.

Taifun

1 Like

I wasn't aware of Google Play's restrictions on background location services and reverse geolocation. Both are included in the extension and its manifest. I'll soon release a version of the extension without location services; in this case, you'd need to use App Inventor's Location Sensor. However, I'll keep the current extension available for those who want to use it without Google Play.

Attached is a version of Maps without localization for compatibility with Google Play, see first post

Hey Marco, thank you so much! This has been a huge relief for me. I've been trying to solve this problem day and night for a week. I didn't actually think it was the extension, I was just trying my luck. Thanks again for your helpful approach and the great extension.

A small problem; when I try to replace the old version with the new one, it gives an "upgrade failed" error. When I delete the old one and re-import the new one, all the blocks from the old one are also deleted.

Can you solve this?

Or should I reorganize the blocks from scratch?

It's a different version; try saving your blocks and assembling them gradually. You can't import the previous version because it will give you errors.

A small problem; when I try to replace the old version with the new one, it gives an "upgrade failed" error. When I delete the old one and re-import the new one, all the blocks from the old one are also deleted.

Can you solve this?

Or should I reorganize the blocks from scratch?

Ok

ok, thanks