From adc700aafa77efc0605320708d626c361e81a500 Mon Sep 17 00:00:00 2001 From: Contargo Software Development Date: Wed, 15 May 2019 10:50:41 +0200 Subject: [PATCH] Update README.md add phone number details --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index e2c5013..218ab5d 100644 --- a/README.md +++ b/README.md @@ -93,6 +93,16 @@ Direction.TURN_OUT The `Direction` enum describes the direction of a unit movement regarding one location. +### Phone numbers + +```java +PhoneNumber phoneNumber = new PhoneNumber(string); +``` +The built phone number instance provides various information about the phone number, such as the country code or country calling code or the regional phone number. + +#### Format +The phone number instance can return the phone number in a international phone number formate. + ## Development This is a pretty straight-forward Java-project, use `mvn` to build, test and