INAVI Navigation SDK Documents
Toggle table of contents
0.0.2
common
Platform filter
common
Switch theme
Search in API
INAVI Navigation SDK Documents
model
/
com.inavisys.navisdk.model.network.search
/
TTRequest
/
SafetyCameraRequest
Safety
Camera
Request
@
Serializable
data
class
SafetyCameraRequest
(
val
key
:
String
,
val
ext
:
String
=
"xml"
,
val
language
:
String
?
=
null
,
val
view
:
String
?
=
null
,
val
limit
:
Int
?
=
null
,
val
type
:
String
=
"getFixed"
,
val
countryCode
:
String
=
"TWN"
)
:
TTRequest
일반 검색 (Fuzzy, Nearby Search 등) 요청 파라미터를 담는 클래스.
Members
Constructors
Safety
Camera
Request
Link copied to clipboard
constructor
(
key
:
String
,
ext
:
String
=
"xml"
,
language
:
String
?
=
null
,
view
:
String
?
=
null
,
limit
:
Int
?
=
null
,
type
:
String
=
"getFixed"
,
countryCode
:
String
=
"TWN"
)
Properties
country
Code
Link copied to clipboard
val
countryCode
:
String
ext
Link copied to clipboard
open
override
val
ext
:
String
key
Link copied to clipboard
open
override
val
key
:
String
language
Link copied to clipboard
open
override
val
language
:
String
?
=
null
limit
Link copied to clipboard
open
override
val
limit
:
Int
?
=
null
type
Link copied to clipboard
val
type
:
String
view
Link copied to clipboard
open
override
val
view
:
String
?
=
null
Functions
as
Query
Parameters
Link copied to clipboard
open
override
fun
asQueryParameters
(
)
:
Map
<
String
,
String
>