Click here to Skip to main content
15,884,473 members
Articles / Web Development / HTML

AJAX Enabled Google Maps ASP.NET Control

Rate me:
Please Sign up or sign in to vote.
4.64/5 (20 votes)
12 Jul 2010CPOL3 min read 52.2K   2.9K   76  
Using the Google Maps API on server side with AJAX support.
<?xml version="1.0" encoding="utf-8" ?>
<mapdata>

	<routemapinfo>
		<point lat="40.9753945574830" lng="29.0991139230987"/>
		<point lat="40.9848629852261" lng="29.1046178159973"/>
		<point lat="40.9911475211114" lng="29.1120475349686"/>
		<point lat="40.9987675271769" lng="29.1184097347519"/>
		<point lat="41.0091393609776" lng="29.1220146236679"/>
		<point lat="41.0218529531882" lng="29.1208720026275"/>
		<point lat="41.0322009201983" lng="29.1211187658569"/>
		<point lat="41.0396300569496" lng="29.121311884906"/>
		<point lat="41.0468682077499" lng="29.1214513597748"/>
		<point lat="41.0574832615395" lng="29.1183292684814"/>
		<point lat="41.0636233528667" lng="29.1133618173858"/>
		<point lat="41.0709437929048" lng="29.1056746063492"/>
		<point lat="41.0765528824247" lng="29.0996396360657"/>
		<point lat="41.0837667538838" lng="29.0946936426422"/>
		<point lat="41.0893626199782" lng="29.0911531267425"/>
		<point lat="41.0922614470313" lng="29.0830099401733"/>
		<point lat="41.0917156525482" lng="29.068906885173"/>
		<point lat="41.0912224121521" lng="29.056665283229"/>
		<point lat="41.0907898130189" lng="29.046027642276"/>
		<point lat="41.0912951855582" lng="29.0371870813629"/>
		<point lat="41.0926091359674" lng="29.0293389377853"/>
		<point lat="41.0948003425014" lng="29.0215498028061"/>
		<point lat="41.1000678333195" lng="29.0059286175033"/>
		<point lat="41.1016484024263" lng="28.9908706960937"/>
		<point lat="41.1003144207739" lng="28.980109673526"/>
		<point lat="41.0974038213033" lng="28.9533707318565"/>
		<point lat="41.0920027005826" lng="28.9443638739845"/>
		<point lat="41.0932964226365" lng="28.9337181864044"/>
		<point lat="41.0946750171612" lng="28.9224663195869"/>
		<point lat="41.091630750777"  lng="28.9119735179207"/>
		<point lat="41.091202197303"  lng="28.899603169944"/>
		<point lat="" lng=""/>
		<point lat="" lng=""/>
		<point lat="" lng=""/>
		<point lat="" lng=""/>
		<point lat="" lng=""/>
	</routemapinfo>

</mapdata>

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer (Senior)
Turkey Turkey
Has BS degree on computer science, working as software engineer in istanbul.

Comments and Discussions