RadMap populates on demand

1 Answer 61 Views
Ajax
ghini
Top achievements
Rank 2
ghini asked on 30 Nov 2021, 05:43 PM
hi, I would like to display a lot of data on a RadMap.  is it possible to load markers on demand based on the geographic map quadrant displayed?

1 Answer, 1 is accepted

Sort by
0
Vessy
Telerik team
answered on 01 Dec 2021, 07:56 PM

Hi ghini,

I have just answered your support ticket on the matter, for convenience I am copying my answer here as well:

The automatic partial loading and filtering of the data are not implemented In RadMap but you can achieve it with some custom. Nevertheless, with a custom implementation, it seems possible to achieve.

Keep in mind that the RadMap is actually just a server-side wrapper of the Kendo UI Map widget and the RadClientDataSource is a wrapper of the Kendo UI DataSource widget. With that said, from the server controls' client-side object, you can access their internally used Kendo UI widget and then make use of the Kendo UI APIDocumentation and resources.

Here are also some resources that might be helpful to implement the load on demand functionality: 

You can also consider using the Kendo Map directly as it allows you some more flexibility in the way markers are loaded and you can use a sort of load-on-demand mechanism as shown here: https://docs.telerik.com/kendo-ui/controls/diagrams-and-maps/map/how-to/load-markers-for-area.

 

Regards,
Vessy
Progress Telerik

Love the Telerik and Kendo UI products and believe more people should try them? Invite a fellow developer to become a Progress customer and each of you can get a $50 Amazon gift voucher.

Tags
Ajax
Asked by
ghini
Top achievements
Rank 2
Answers by
Vessy
Telerik team
Share this question
or