Skip to content

Use Location from the common specs #76

@tiyash-basu-frequenz

Description

@tiyash-basu-frequenz

What's needed?

The Location message defined here should be removed, and instead the one from the common specs should be used.

Proposed solution

The following should be used from the common specs repo:

// A pair of geographical co-ordinates, representing the location of a place.
message Location { 
  // Latitude ranges from -90 (South) to 90 (North)
  float latitude = 1;

   // Longitude ranges from -180 (West) to 180 (East)
   float longitude = 2;
}

Use cases

No response

Alternatives and workarounds

No response

Additional context

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    part:protobufAffects the protocol buffer definition filespriority:highAddress this as soon as possibletype:enhancementNew feature or enhancement visitble to users

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions