jmelosegui / GooglemapMvc

The control wraps Google maps API simplifying the use of Google maps in ASP.NET MVC applications.
MIT License
116 stars 61 forks source link

Map clustering number #86

Open kaezerk opened 8 years ago

kaezerk commented 8 years ago

Hi i really appreciate your great work! following is my question : i have a dabatase on which i have localities, name, lat, long, and totalAmount(int). im currently using map clustering but instead of number of clusters, i want to show _TotalAmount _for each location. I'v successfully bound the model but this is my issue.

regards.

jmelosegui commented 8 years ago

When you say:

I want to show TotalAmount for each location.

do you mean like a custom marker with the totalAmount value in it?

If so CustomMarkers is something I have pending a long time now (see #38 for more details).

Let me see if I can find some time to at least define the requirement in more detail.

Thanks for your feedback.

kaezerk commented 8 years ago

Hi! Yes! this is what i wants to do