faker.providers.geoΒΆ
fake.coordinate(center=None, radius=0.001)
# Decimal('8.842502')
fake.latitude()
# Decimal('-41.766536')
fake.latlng()
# (Decimal('-35.833371'), Decimal('-47.270001'))
fake.local_latlng(country_code="US", coords_only=False)
# ('42.16808', '-88.42814', 'Huntley', 'US', 'America/Chicago')
fake.location_on_land(coords_only=False)
# ('28.54944', '-81.77285', 'Clermont', 'US', 'America/New_York')
fake.longitude()
# Decimal('-53.953604')