Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 452 Bytes

LocationMessageCoordinates.md

File metadata and controls

19 lines (12 loc) · 452 Bytes

SunshineConversationsClient::LocationMessageCoordinates

Properties

Name Type Description Notes
lat Float Global latitude.
long Float Global longitude.

Code Sample

require 'SunshineConversationsClient'

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