Checking what plugins are installed correctly

Thanks for the replies. I’m wanting to show markers on a map which are added via the panel. I’ve seen the locator plugin but the other plugin looked ideal as i can save the location to a field and then fetch that like described here - the ‘Kirby GEO Plugin’ was great and I’ve used it before but sadly still only v2.

In regards to k3 plugin, i’ve added the api in my config file:

<?php

return [

  'rasteiner.MapSection' => [
    'key' => 'apikeyhere',
  ],

];