SunshineConversationsClient::LocationMessageCoordinates

August 27, 2025 ยท View on GitHub

Properties

NameTypeDescriptionNotes
latFloatGlobal latitude.
longFloatGlobal longitude.

Example

require 'sunshine-conversations-client'

instance = SunshineConversationsClient::LocationMessageCoordinates.new(
  lat: null,
  long: null
)