i2 Notebook SDK
Search results for

    Show/hide table of contents

    Home > @i2analyze/notebook-sdk > data > IGeoPoint

    data.IGeoPoint interface

    A position on a map.

    Signature:

    interface IGeoPoint 
    

    Introduced: version 1.0

    Properties

    Property Modifiers Type Description
    latitude readonly number Gets the latitude of the position, in degrees north.
    longitude readonly number Gets the longitude of the position, in degrees east.
    type readonly 'point' Gets the type of the position.
    In this article
    Back to top © N. Harris Computer Corporation