Naver Maps JavaScript API embeds Naver Maps (maps of Korea) in web pages. A link to the api is here: https://navermaps.github.io/maps.js/docs/index.html
This probably means to use the api, the device must be linked to the Web. Since the api is in JavaScript, a developer should be able to create an app since App Inventor 2 can embed javascript.
To use this api not linked a developer would have to access Naver's tile library and place it in his/her device. I don't read Korean so I can't determine whether is is allowed by the terms of service or even possible. If you want to 'capture' a map image, and if you can display the map using App Inventor's WebViewer, you might use an extension to capture a device screen image and save that image as a map.
Here is what an OpenStreetMap tile in Seoul looks like:

A Korean reader would have to sort this out.
...and how it would look using the MIT Map component :

Using only this code:
You also can use Blocks to show your current location on the map.
Good luck.
Regards,
Steve