Set coordinates in the Location component

I have an object called “Location” that has coordinates, which can be edited. I created a Modal that looks like this:

Everything is loaded from my GraphQL resource - ID, Name and Coordinates.

But I’m unable to load the coordinates in the “Location” map component. It just doesn’t work, the map is showing last selected coordinates that was used in the form, not the coordinates loaded from the resource.

I couldn’t make it work. I even tried to set static data and it doesn’t work with them either.

image

image

I couldn’t find any documentation about how to set the value in the Location component. Does anyone know how to make this work?

Hey @Miroslav_Bartl
You should use Map component in that case.