public class MapComponent.Bridge
extends java.lang.Object
Constructor and Description |
---|
Bridge() |
Modifier and Type | Method and Description |
---|---|
void |
exportShopArticles(int shopId)
Allows to export all the products of a shop when a button is clicked on the map
|
void |
importShopArticles(int shopId)
Allows to import products of a shop when a button is clicked on the map
|
void |
triggerTourReady(double startLat,
double startLng,
double endLat,
double endLng) |
void |
updateUserPosition(double lat,
double lng)
Allows to update the user position when it was changed in the map.
|
public void updateUserPosition(double lat, double lng)
lat
- lng
- public void exportShopArticles(int shopId)
public void triggerTourReady(double startLat, double startLng, double endLat, double endLng)
public void importShopArticles(int shopId)