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: 7eb54b47822cd6db31c6deb82ff1a9f2a064a663 (plain)
1
2
3
4
5
6
7
8
9
10
package com.mapswithme.maps.widget.placepage;

import androidx.annotation.NonNull;

import com.mapswithme.maps.settings.RoadType;

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