Skip to content

Commit 43f96ee

Browse files
authored
Merge pull request #31 from 15g-lucas/geolocalisation
Geolocation Doc
2 parents bd8dfd9 + 447a558 commit 43f96ee

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
---
2+
title: Geographical
3+
description: Geographical extension for Xefi Faker PHP
4+
---
5+
6+
## Geolocation
7+
8+
```php
9+
$faker->geoLocation(); // -21.40444148, 14.5540524
10+
```
11+
12+
## Latitude
13+
14+
```php
15+
$faker->latitude(); // -41.441481478
16+
```
17+
18+
## Longitude
19+
20+
```php
21+
$faker->longitude(); // 14.10258965
22+
```

0 commit comments

Comments
 (0)