Is it possible to wrap map and markers continuously?

Our software is produced for customers all around the world, and within our software we use the map components and markers to identify where data has been collected, against an OSM map from a custom server. However, our customers who have data either side of the 180th meridian (either side of a world map) have a hard time scrolling from one side of the world to the other, and can't easily see all of their data together at a reasonable zoom level.

Is it possible to wrap the map and markers, OR change the centre point of a world map? 

I've put this under WPF, but we also use Xamarin Forms for our mobile development.

Thanks

1 Reply 1 reply marked as answer

RS Ramya Soundar Rajan Syncfusion Team August 7, 2020 02:21 PM UTC

Hi Paul Smith, 
 
Greetings from Syncfusion. 
 
We would like to let you know that you can achieve this requirement by using the LatLngBounds(Northeast, Southwest) or using the Radius property of imagery layer class to calculate the initial zoom level automatically. Please find the sample from below location. 
 
 
 
Please find the help document link below for more information. 
 
 
Regards, 
Ramya S 


Marked as answer
Loader.
Up arrow icon