Home > @magiclane/maps-sdk > Point

Point type

Signature:

export type Point = {
    x: number;
    y: number;
};