com.lynden.gmapsfx.html.style.css 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!
html, body{
height: 100%;
margin: 0px;
padding: 0px
}
.map-canvas-show-directions{
height: 100%;
width: 75%;
float: right;
}
.map-canvas {
height: 100%;
width: 100%;
float: right;
}
.directions-show {
height: 100%;
width: 25%;
float: left;
overflow-y: scroll;
display: inline-block;
}
.directions-hide {
height: 100%;
width: 0%;
float: left;
overflow-y: scroll;
display: inline-block;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy