Hi Frds i have requirement like need to draw a bubble on kendo map from geojson response.
I am receiving data like [Longitude, Latitude] but when i try to plot this on map kendo consider this like [latitude, longitude] . Please do needful help for me.
The Map widget excepts the location field in the [Latitude, Longitude] format and if you are receiving the data in reverse you should modify the array prior to the binding. You could use schema.parse to modify the array: