001    package com.google.gwt.maps.client.events.position;
002    
003    import com.google.gwt.maps.client.events.MapHandler;
004    
005    public interface PositionChangeMapHandler extends MapHandler<PositionChangeMapEvent> {
006    }