Skip to content

Instantly share code, notes, and snippets.

@kostovtd
Created December 11, 2016 20:15
Show Gist options
  • Save kostovtd/b6cf912ca01c3e56916c247b92529877 to your computer and use it in GitHub Desktop.
Save kostovtd/b6cf912ca01c3e56916c247b92529877 to your computer and use it in GitHub Desktop.
public interface MapsView {
void generateMap();
void updateLocationOnMap(Location location);
void showGeofences(List<CompanyLocation> companyLocationList);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment