Wix SDK Error

I cannot seem to fix this error: Wix code SDK error: The location parameter at index 0 that is passed to the markers function cannot be set to . You need to set either location object {longitude, latitude}, or a valid address - placeId.

I am using this code:

export function dynamicDataset_ready_1() {
let currentItem = $w( ‘#dynamicDataset’ ).getCurrentItem();
$w( ‘#googleMaps1’ ).location = {
“latitude” : currentItem.latitude,
“longitude” : currentItem.longitude,
“descrition” : currentItem.customer
}

}

Hopefully someone can tell me what I am doing wrong.

Thanks!

You misspelled " descri p tion".

That was already fixed. Same issue but thanks.

Maybe something is wrong with you collection fields or values.