Overview

This is the GPS coordinates of an object in space.

Members

Name Type Required Description

altitude

float

Return the Altitude, null if not set.

latitude

float

Return the latitude.

longitude

float

Return the longitude

Hierarchy

Examples

Below are examples in XML formats. All examples are shown with all inherited members. Quoting when required is part of the examples, but you must obviously populate with your own data.

XML Example

(show inherited members)

<obh:coordinates xsi:type="obh:coordinates" xmlns:obh="http://www.oracle.com/beehive" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <altitude>your_float_0</altitude>
        <latitude>your_float_0</latitude>
        <longitude>your_float_0</longitude>
</obh:coordinates>

Referenced By Representaions