Contents tagged with GoogleMap

  • GoogleMap Control "Look&Feel" video published

    Posted Thursday 2, April 2009, 11:38 in ASP.NET, GoogleMap, GoogleMap Control

    I just published a new video: Using Skin to manage GoogleMap Control "Look&Feel".
    Check it out here

    Regards

  • GoogleMap Control 4.0 released

    Posted Wednesday 29, April 2009, 15:49 in ASP.NET, GoogleMap, GoogleMap Control

    This release comes with a lot of new features like: StreetView; Reverse Geocoding; better AddressNotFound support; MarkerStyle for general way to manage the “Look&Feel” of markers; markers InfoWindow extensions and improvements; extended event handling; improved disposing and persistence; etc.

    New Features

    (For a full list check out GoogleMap Control 4.0 beta as well)

    • MarkerStyle inner property of GoogleMap control is now available to master in more general way the "Look&Feel" of all the markers.
      • It will for example simplify the way to set custom icon to all the markers in one place.
    • InfoContent now provides a default implementation of container control for marker's info window content
      • The InfoContent behaves just like a control container. You can use its Controls property to add whatever controls you like to the marker's InfoWindow content.
      • Check out the online video
    • StreetView support added
      • IsStreetView property to switch the GoogleMap control to StreetView;
      • StreetViewMode property to switch between Panorama and Overlay mode
      • StreetViewPanoID property to point to a DOM element by ID, where StreetView to be shown on map click when Overlay mode is selected, if this is not set, the control will render out an DIV to be use just bellow the google map;
      • Check out this online sample page StreetView
    • GoogleMapView is extended with the new map types: Satellite3D, MapMakerNormal, MapMakerHybrid
    Changes

    (For a full list check out GoogleMap Control 4.0 beta as well)

    • JSON improvements and improved Markers persistence during the post back
    • InfoWindowContent property of GoogleMarker was renamed to InfoWindowTemplate
    • ImageUrl property of GoogleMarker was renamed to IconUrl;
    ASP.NET 2.0 Issues
    • SampleWebSite2.0 was added for running the GoogleMap control samples under ASP.NET 2.0
  • GoogleMap Control 4.1 beta released

    Posted Tuesday 24, November 2009, 10:30 in ASP.NET, GoogleMap, GoogleMap Control

    I just released GoogleMap Control 4.1 beta.
    Get it from codeplex, and give it a try.

    Release Notes

    In this release were fixed some important issues like: large number of markers using geocoding, zoom end event cycling etc.
    Some new features were implemented as well, check out the list below.
    I would like to highlight the proper implementation of Marker Manager coming in this release.
    Check out the list of changes connected with that feature below.

    Issues
    Features
    • MarkerManager - MarkerManager is used to manage visibility of hundreds of markers on a map, based on the map's current viewport and zoom level.
      • The GoogleMaps API GMarkerManager class is deprecated and I have used the recommended open sourced MarkerManager instead.
      • I have added a new inner property MarkerManagerOptions in order to manager the options for the marker manager.
      • GoogleMarker class was changed and couple of new properties were added to it to: MaxZoom and MinZoom.
      • A sample page was added to Samples Website under /marker/MarkerManager.aspx. Check the sample page online here
      • Check out the short demo video (coming soon)
    • Map
    • Directions
    • Polygon
    Changes
    • The Anonymous JS classes' functions were changed to Pseudo-Named functions for better JS debug and error feedback experience.
    • Samples Websites for .NET 2.0 and VB were removed - Sorry, guys, I just have no enough time to support and keep them up to date.

     

    Regards

  • GoogleMap Control using MarkerManager video

    Posted Wednesday 25, November 2009, 8:53 in ASP.NET, GoogleMap, GoogleMap Control

    Hi, I have published a new short “HowTo” video about how to use MarkerManager with GoogleMap Control 4.1.
    Check it out here.

    The background music is a track of the new upcoming album of my friend Svetlin Staykov – Slow Project.
    I hope you enjoy both, video and music.

    Regards