Is there a way to create a redius and to determine the population within the radius? For example, is there a way to find out the population within a 5 mile radius of a site? Thank you.
Hi, Unfortunately the Mappoint Web Service doesn't contain any population data that you can query on. However there is a mapstyle enumeration known as "PopulationDensity" that does display a map with the number of people per square kilometer throughout the world. You can find more information about it here: http://msdn2.microsoft.com/en-us/library/aa502108.aspx Apart from this you'd probably have to pull in population data from a third source in the form of polygons and then filter on those polygons when doing a findnearby search. Hope that helps, -- Infusion Development http://www.infusiondev.com "vshaller" wrote: > Is there a way to create a redius and to determine the population within the > radius? For example, is there a way to find out the population within a 5 > mile radius of a site? Thank you.