Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
gmaps
main
Gmaps
App
AsciidocFormatter
Client
Config
ConfigError
ConfigLoader
CoordinateParser
Coordinates
DirectionResult
DirectionsFormatter
DirectionsReporter
EditApiKeyCommand
EncryptionKeyMissing
GeoBounds
GeocodedWaypoints
GeoFuncs
Geometry
Hospital
ImageFormat
LatLon
Leg
Locatable
Location
MapType
Marker
NearestHospitalsCommand
NorthEast
ParseException
Place
PlaceQuery
Polyline
Route
SouthWest
StaticMap
Step
StepValue
Support
FileEncryptor
MessageEncryptor
MessageVerifier
UrlSigner
Viewport
HtmlToAsciiDoc
Generated using Crystal 1.14.0
2024-11-21 09:44:55 UTC
struct
Gmaps::
StepValue
Gmaps::StepValue
Struct
Value
Object
Included Modules
JSON::Serializable
Defined in:
gmaps/direction_result.cr
Constructors
.new
(text : String, value : Int32)
.new
(pull : JSON::PullParser)
Instance Method Summary
#text
: String
#to_s
(io)
#value
: Int32
Constructor Detail
def self.
new
(text : String, value : Int32)
#
[
View source
]
def self.
new
(pull : JSON::PullParser)
#
[
View source
]
Instance Method Detail
def
text
: String
#
[
View source
]
def
to_s
(io)
#
[
View source
]
def
value
: Int32
#
[
View source
]