Skip to content

A simple routing navigation based on JavaFX and Google Map JavaScript API. The source code is based on the materials provided in the course Advanced Data Structure by UCSD on Cousera.

License

Notifications You must be signed in to change notification settings

stephen-hjay/Simple_Google_Map

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Google Map

GUI Application developed in the Cousera Course: Advanced Data Structures in Java

Description

The files provided here were used for completing the course programming assignments.

Library

The front-end of project is supported by JavaFX. Thus, in order to run this, this project should add JavaFX SDK into the project lib. The below is the instruction of how to import the JavaFX SDK into the project in Intellij Idea.

Add the JavaFX library These actions are required if you use Java 11 and later. If you use Java 10 and earlier, run the sample application created together with the project to make sure that everything is working as intended.

From the main menu, select File | Project Structure ⌘; or click the Project Structure button on the toolbar.

Open the Libraries section, click the New Project Library, and select Java.

Specify the path to the lib folder in the JavaFX SDK package, for example: /Users/jetbrains/Desktop/javafx-sdk-12/lib.

In the Choose Modules dialog, select the necessary module and click OK.

About

A simple routing navigation based on JavaFX and Google Map JavaScript API. The source code is based on the materials provided in the course Advanced Data Structure by UCSD on Cousera.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages