All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.cube.geojson.MultiPoint Maven / Gradle / Ivy

package com.cube.geojson;


public class MultiPoint extends Geometry {

	public MultiPoint() {
	}

	@Override public void finishPopulate()
	{

	}

	public MultiPoint(LngLatAlt... points) {
		super(points);
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy