Package provided.owlMaps.demo.controller
Class DemoApp
java.lang.Object
provided.owlMaps.demo.controller.DemoApp
public class DemoApp
extends java.lang.Object
Controller to build the OwlMaps demo application
- Author:
- swong
-
Field Summary
-
Constructor Summary
Constructors Constructor Description DemoApp(java.lang.String googleMapsAPIKey)
Constructs that controller -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
model
The demo's model -
view
The demo's view
-
-
Constructor Details
-
DemoApp
public DemoApp(java.lang.String googleMapsAPIKey)Constructs that controller- Parameters:
googleMapsAPIKey
- The Google Maps API key to use
-
-
Method Details
-
start
public void start()Start the system -
main
public static void main(java.lang.String[] args)The main method to run the app.- Parameters:
args
- args[0] = Google Maps API key
-