shabdar-org / GoogleMapControl

Google map control is an ascx control that you can place in your asp.net web page. It allows you to display google map in a web page without writing any complex javascript api code. Google map control is a wrapper to Google Maps javascript APIs. By setting various properties for this control in C# you can easily render map on ASP.net web page. Look at various examples provided with source. for more details visit https://shabdar.org/2017/01/24/google-maps-control-for-aspnet-part-1/
https://shabdar.org/2017/01/24/google-maps-control-for-aspnet-part-1/
6 stars 7 forks source link

Limited number of markers #1

Open Robcio35 opened 5 months ago

Robcio35 commented 5 months ago

Hi, The control seems to be crash if the number of markers is greater than approximately 280. Is there any method to avoid this problem ? Is something I should know ? Can you help ? Thank you. Robert

shabdar-org commented 5 months ago

Hi Robert There is no restrictions from control. I would think it’s probably limit from Google map API. Or your browser cache or memory may be getting full after displaying 280 pushpins. I haven’t updated this control in a while but good to see you are trying to use it.

Regards Shabdar

On Sat, Jun 1, 2024 at 1:15 AM Robcio35 @.***> wrote:

Hi, The control seems to be crash if the number of markers is greater than approximately 280. Is there any method to avoid this problem ? Is something I should know ? Can you help ? Thank you. Robert

— Reply to this email directly, view it on GitHub https://github.com/shabdar-org/GoogleMapControl/issues/1, or unsubscribe https://github.com/notifications/unsubscribe-auth/AVOPMTUVWYV75LFRKAPOKP3ZFFKH3AVCNFSM6AAAAABIT3ARIGVHI2DSMVQWIX3LMV43ASLTON2WKOZSGMZDQOJRHE3TMNA . You are receiving this because you are subscribed to this thread.Message ID: @.***>