NLocale class

Flutter 네이버 지도 SDK에서 사용하는 Locale 객체입니다.

현재 네이버 지도 SDK는 한국어, 영어, 중국어, 일본어만을 지원합니다.

Inheritance

Constructors

NLocale(String languageCode)
const
NLocale.fromLocale(Locale locale)

Properties

countryCode String?
The region subtag for the locale.
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
languageCode String
The primary language subtag for the locale.
no setterinherited
payload Map<String, dynamic>
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scriptCode String?
The script subtag for the locale.
finalinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toLanguageTag() String
Returns a syntactically valid Unicode BCP47 Locale Identifier.
inherited
toNPayload() → NPayload
toString() String
Returns a string representing the locale.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

systemLocale → const NLocale