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

lib.xp.examples.geoPoint.js Maven / Gradle / Ivy

var valueLib = require('/lib/xp/value');
var assert = require('/lib/xp/testing');

// BEGIN
var result = valueLib.geoPoint(23, 34);

log.info('Repository created with id ' + result);
// END






© 2015 - 2024 Weber Informatics LLC | Privacy Policy