create
This block is part of the geopoint group and was last modified in core v10.4.28.
create v10.4.28 Generates a geo point based on the given latitude and longitude
In pins 2
- latitude required
number - longitude required
number
Out pins 1
- geo point
geo_point
A typical wiring for create: get lat / lon feeds the lat pin; number feeds the lng pin; the geo_point out pin feeds if.

Commonly used with
In production blueprints, this block is most often wired together with:
- get lat / lon: feeds into this block. Returns the latitude and longitude of a given geo point.
- number: feeds into this block. Generates a valid number from the filled custom value in the blueprint.
- get fields: feeds into this block. Gets the selected fields from the given object.
- execute: this block feeds into it. Executes the given funcion and waits for it to be executed.
- if: this block feeds into it.
- reverse geocode: this block feeds into it. Resolves a geo point to the nearest street, city, province and country. City/province/country are nearest-populated-place, and always stay in the country of the nearest known place — a point near a border is never relabelled with a larger city on the other side. Street is the nearest named road (needs the road network loaded).
Used in these guides
These documentation pages use or explain this block:
Version history
Introduced in v10.4.28.
Back to
geopoint Return to the main group to view all sub-groups Back to geopoint Return to the group to view all blocks within this group
