Hi,
I center my map base on initial coordinates and it works perfect:
const view = new MapView({
center: [initialPointToCenterMap.x, initialPointToCenterMap.y],
container: 'viewDiv',
map,
zoom: 14,
});
I was wondering if there is an option to center map base on certain address like "London, 10 Downing Street"?