Hi Dorababu,
Greetings from Syncfusion.
We have analyzed your query. We can achieve your requirement by setting center position and zoom level for maps. Please find the below code snippet,
Code snippet:
jQuery(function ($) {
$("#container").ejMap({
centerPosition: [38.5000, -98],
zoomSettings: {
level: 5,
},
layers: [{
layerType: 'osm'
}]
});
}); |
Screenshot:
Kindly revert us, if you have any concerns.
Regards,
Baby.