<%@ Page Language="C#" AutoEventWireup="true" CodeFile="BasicArray.aspx.cs" Inherits="BasicArrayExample_dataXML" %> FusionMaps Sample - Basic Example from array - Using dataXML <% //We've included ../JSClass/FusionMaps.js, which contains functions //to help us easily embed the maps. %>

FusionMaps Examples

Using dataXML method 
Retrieving data stored in an Array

<% /* This page demonstrates the ease of generating Maps using FusionMaps. For this Map, we've used an array to store world population data. We will make a simple world map showing population of each segment Ideally, you would NOT use a physical data file. Instead you'll have your own ASPX scripts virtually relay the XML data document. Such examples are also present. For a head-start, we've kept this example very simple. */ %> <% //Generate World Map in the Literal Control WorldPopulationMap%>

Unable to see the MAP above?

« Back to list of examples