Created
December 11, 2016 20:15
-
-
Save kostovtd/b6cf912ca01c3e56916c247b92529877 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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