We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ParseResult
町名までパースできた場合、geolonia/japanese-addressesからおおよその緯度経度情報が取得できるので、それを返り値に追加したい。
geolonia/japanese-addresses
struct ParseResult { address: Address, error: Error, }
struct ParseResult { address: Address, latlng: LatLng, error: Error, } struct LatLng { latitude: Option<f32>, longitude: Option<f32>, }
The text was updated successfully, but these errors were encountered:
フラグでON/OFFを切り替えられるようにしておけば、テストコードを書く際に楽ができるかもしれない
Sorry, something went wrong.
experimentalとして提供する
フィーチャフラグを指定したときのみ
v0.1.22で試験的だが導入した
No branches or pull requests
町名までパースできた場合、
geolonia/japanese-addresses
からおおよその緯度経度情報が取得できるので、それを返り値に追加したい。AsIs
ToBe
The text was updated successfully, but these errors were encountered: