Skip to content
This repository has been archived by the owner on Feb 21, 2024. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
add phone number details
  • Loading branch information
contargo-development authored May 15, 2019
1 parent 6daf815 commit adc700a
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit adc700a

Please sign in to comment.