Welcome to mirror list, hosted at ThFree Co, Russian Federation.

RoutingModeListener.java « placepage « widget « maps « mapswithme « com « src « android - github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 83c8df3ce89acf7eb104825e58cfb2579a284690 (plain)
1
2
3
4
5
6
7
8
9
10
package com.mapswithme.maps.widget.placepage;

import android.support.annotation.NonNull;

import com.mapswithme.maps.settings.RoadType;

public interface RoutingModeListener
{
  void toggleRouteSettings(@NonNull RoadType roadType);
}