Regions is a geographic concept that defines an area of the map,
therefore the only criteria that you'll be able to group the points by
is their lat/lon. No other attribute or "filter" is relevant.

You can either do clustering, as in
http://maps.forum.nu/server_side_clusterer/index2.php
http://maps.forum.nu/server_side_clusterer/index.php

or you can subdivide the country into existing political regions, such
as states or provinces, and associate each point with one of them.

--
Marcelo - http://maps.forum.nu
--



On Dec 14, 9:51 am, Carlos Eduardo Rührwiem <carlos.ri...@gmail.com>
wrote:
> Hello,
>
> I'm working for a projet that needs to use about 300k points in the map.
> All of them have attributes that will be used with the input filters. I
> need to draw regions on the map that separates all of the points in regions
> that meet the specified filters. The country should have at least 400
> regions inside and this regions must cover all the country.
>
> My team was able to group all the points using the filters and considering
> the distance between them. But I'm not sure of how can I create regions
> grouping all those points in the map leaving no space missing in the map.
>
> Can anyone give me some suggestions?
>
> Regards,
> Carlos

-- 
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-maps-js-api-v3@googlegroups.com.
To unsubscribe from this group, send email to 
google-maps-js-api-v3+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.

Reply via email to