public class ClusteredMainApp extends javafx.application.Application implements MapComponentInitializedListener
| Modifier and Type | Field and Description |
|---|---|
protected DirectionsPane |
directions |
protected ClusteredGoogleMap |
map |
protected ClusteredGoogleMapView |
mapComponent |
| Constructor and Description |
|---|
ClusteredMainApp() |
| Modifier and Type | Method and Description |
|---|---|
static void |
main(String[] args)
The main() method is ignored in correctly deployed JavaFX application.
|
void |
mapInitialized() |
void |
start(javafx.stage.Stage stage) |
protected ClusteredGoogleMapView mapComponent
protected ClusteredGoogleMap map
protected DirectionsPane directions
public void start(javafx.stage.Stage stage)
throws Exception
start in class javafx.application.ApplicationExceptionpublic void mapInitialized()
mapInitialized in interface MapComponentInitializedListenerpublic static void main(String[] args)
args - the command line argumentsCopyright © 2017. All rights reserved.