
com.lynden.gmapsfx.zoom.MaxZoomStatus Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of GMapsFX Show documentation
Show all versions of GMapsFX Show documentation
A Java API for using Google Maps within a JavaFX application.
The newest version!
/*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package com.lynden.gmapsfx.zoom;
/**
*
* @author Geoff Capper
*/
public enum MaxZoomStatus {
ERROR, OK;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy