pointNG Developer Portal
SCRIPT:
<script src="https://cdn.pointng.io/pointng-min.js"></script>
<script>
const pointng = new PointNG({
api_key: API_KEY
});
pointng.getLocation().then(function(prediction) {
console.log(pointng.prediction)
})
</script>
YOUR LOCATION DATA:
{
}
Update the data based on your GPS location:
Get started for free
Sign up View docs