Reimers.dk

.NET, AJAX and Google APIs brought together
Welcome to Reimers.dk Sign in | Join | Help
in Search

Jacob Reimers Weblog

Browse by Tags

All Tags » AJAX » Tutorial   (RSS)

  • Using JSON Script Services with the Map Control, basic

    This is a short intro to the basics of using JSON serialized ScriptServices with the Google Maps .NET Control. The control has classes optimized to JSON serialization in the Reimers.Map.JsonMap namespace and it register clientside functions to assist in converting the server response to Google Classes. Read More...
  • Dealing with Obscene Amounts of Markers

    Dealing with obscene amounts of overlays (typically markers or extremely long and complex polylines) is not recommendable. Most importantly Google's underlying API becomes terribly slow when dealing with more than 200 markers and complex polylines can create odd effects when scrolling the map. But equally important is the impression for the reader. Who can actually absorb the information that lies in 1000 plotted markers? This tutorial shows an example of how to deal with large amounts of data by selectively fetching it from a database. Read More...
  • Introducing the ClientGeocoder

    There are numerous services that provide geocoding of IP addresses, mostly for a fee. As I wrote about previously Microsoft has a free IP locator service that runs from a client. This makes server interaction with the data provided somewhat difficult. To overcome this in an easy way I put together a small control, ClientGeocoder, that performs the geocoding using the Microsoft service and then sends a callback to the server where the location can be used. Read More...