---
title: "is valid · RUAL Documentation"
description: "Checks whether the given geo point has a valid latitude and longitude."
canonical: https://docs.rual.nl/block-types/geopoint/geo_point_validate
language: en
---

# is valid

This block is part of the [`geopoint`](https://docs.rual.nl/block-types/geopoint) group and was last modified in core [`v15.0.0`](https://docs.rual.nl/core-versions/150000).

Checks whether the given geo point has a valid latitude and longitude.

- geo point required `geo_point`

- valid `condition` True when the geo point has numeric lat/lon within valid ranges.

A typical wiring for [is valid](https://docs.rual.nl/block-types/geopoint/geo_point_validate): [create](https://docs.rual.nl/block-types/geopoint/geo_point_lat_lng_to_point) feeds the `geo_point` pin; the `valid` out pin feeds [branch](https://docs.rual.nl/block-types/flow/branch).

![Studio canvas example for the is valid block: typical wiring for is valid.](https://docs.rual.nl/canvas-examples/geo_point_validate.png)

### Commonly used with

In production blueprints, this block is most often wired together with:

- [get fields](https://docs.rual.nl/block-types/object/object_field_getter_multiple): feeds into this block. Gets the selected fields from the given object.

- [branch](https://docs.rual.nl/block-types/flow/branch): this block feeds into it.

- [AND](https://docs.rual.nl/block-types/condition/condition_and): this block feeds into it. operator for a set of boolean operands will be true if and only if all the operands are true.

- [create](https://docs.rual.nl/block-types/geopoint/geo_point_lat_lng_to_point): feeds into this block. Generates a geo point based on the given latitude and longitude.

- [if](https://docs.rual.nl/block-types/query/query_branch): this block feeds into it.

### Used in these guides

These documentation pages use or explain this block:

- [Location Blocks](https://docs.rual.nl/reference/location-blocks)

### Version history

Introduced in [`v15.0.0`](https://docs.rual.nl/core-versions/150000).
