com.google.maps.gwt.client.places
Interface PlacesService.GetDetailsCallback

Enclosing class:
PlacesService

public static interface PlacesService.GetDetailsCallback

Callback type for handling asynchronous responses from getDetails.


Method Summary
 void handle(PlaceResult a, PlacesServiceStatus b)
          Called by the callback handler
 

Method Detail

handle

void handle(PlaceResult a,
            PlacesServiceStatus b)
Called by the callback handler