Modifier and Type | Field and Description |
---|---|
protected JLabel |
label |
protected JPanel |
panel |
protected int |
panelHeight |
protected int |
panelWidth |
Modifier and Type | Method and Description |
---|---|
abstract void |
hideTrack()
Hides the track
|
abstract String |
showTrack(ActivityData activityData)
This method show the track in this frame on a google map
|
abstract String |
showTrack(Route route)
This method show the route track in this frame on a google map
|
protected final JPanel panel
protected final JLabel label
protected final int panelWidth
protected final int panelHeight
public Map(JPanel panel)
public abstract String showTrack(ActivityData activityData)
activityData
- The activity data structure containing the track (Activity) to showpublic abstract String showTrack(Route route)
route
- The route to showpublic abstract void hideTrack()
Copyright © 2023. All rights reserved.