Maximum number of Markers in a map

7,358 views
Skip to first unread message

Albert Arul Prakash Rajendran

unread,
Feb 20, 2011, 4:50:43 PM2/20/11
to google-map...@googlegroups.com
Hi All,

What is the maximum number of markers we can place in google Maps. I understand from dev ref that there is no such restriction, however more number of markers will make the view look bad.

What is the optimal number of markers in a map size of 778x640 with zoom level 13.

thanks

--
with luv,
Albert Arul Prakash
http://www.bepenfriends.com/ a free online dating web site
There are only 3 colors, 10 digits, 26 letters, 7 notes and 118 elements; its what we do with them that's important.

Rossko

unread,
Feb 20, 2011, 5:10:01 PM2/20/11
to Google Maps JavaScript API v3
> What is the optimal number of markers in a map size of 778x640 with zoom
> level 13.

Performance degrades as markers are added. Some browsers and devices
do better than others. Acceptable performance is completely
subjective, if you will be having a lot of interaction with the map
your requirement may be more stringent than if it were a fairly static
display. So it's your decision. Most folk seem to feel that more
than a couple of hundred is unacceptable.

Visible clutter on the map increases as you place more markers, the
user is less able to take in the information at a glance. Small maps
and/or large or varied marker icons may exaggerate the problem. It's
subjective, so that's your decision.

geoco...@gmail.com

unread,
Feb 20, 2011, 5:11:27 PM2/20/11
to Google Maps JavaScript API v3
On Feb 20, 4:50 pm, Albert Arul Prakash Rajendran
<albertarulprak...@gmail.com> wrote:
> Hi All,
>
> What is the maximum number of markers we can place in google Maps. I
> understand from dev ref that there is no such restriction, however more
> number of markers will make the view look bad.
>
> What is the optimal number of markers in a map size of 778x640 with zoom
> level 13.

Depends on your performance requirements and the browser being used.
As you discovered, there is no specific limit.

-- Larry

>
> thanks
>
> --
> with luv,
> Albert Arul Prakashhttp://www.bepenfriends.com/a free online dating web site

Albert Arul Prakash Rajendran

unread,
Feb 20, 2011, 5:11:48 PM2/20/11
to google-map...@googlegroups.com
i am creating a twitter map which displays the markers when the twit status is updated.The application is kind of like that.


--
You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group.
To post to this group, send email to google-map...@googlegroups.com.
To unsubscribe from this group, send email to google-maps-js-a...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-maps-js-api-v3?hl=en.

Thoern

unread,
Feb 21, 2011, 2:49:14 AM2/21/11
to Google Maps JavaScript API v3
next generation browsers use GPU hardware to render graphics in the
browsers.
If you have xp try the firefox v4.0 beta if you have alot af markers
big difference (if you have some HP in the graphics card)
Also W7 ie 9 and new the new chrome to come I beleve.

Martin Matysiak

unread,
Feb 21, 2011, 3:35:13 PM2/21/11
to google-map...@googlegroups.com
In addition to the previous posts it also depends on the type of marker that you use. The default google.maps.Marker has a lot of function but also a relatively complex structure which takes more processing power to render. In contrast to that there is a variety of lightweight markers which are - as the name might suggest - lighter and thus more of them can be shown simutaneously. 

But as a general rule you should try avoiding overlapping markers. The more marker overlap, the less a user can distinguish between them which leads to a bad overall experience.

Regards,

  Martin Matysiak
Reply all
Reply to author
Forward
0 new messages