Geo Points is not working in Kiabana 5.5.1

Hello

i have stream from twitter i created two geo points and the map identify them by no shaded circles appear

here is my mapping

"tweet_coordinates": {
"properties": {
"coordinate_object": {
"properties": {
"lat": {
"type": "float"
},
"lon": {
"type": "float"
}
}
},
"coordinate_string": {
"type": "text",
"fields": {
"keyword": {
"type": "keyword",
"ignore_above": 256
}
}
},
"name": {
"type": "text",
"fields": {
"keyword": {
"type": "keyword",
"ignore_above": 256
}

}


}
}
}

as you see the map didnt draw the points !!! why

You need a single geopoint field, Kibana does not join these.

thank you for answer but i still didnt get your idea i already have coordinates like attached

its still not working even after i have coordinates and right mapping

Capture

i am using nest and already defined geo point in the mapping

here is my class too

image

image

could you help me please