pub trait PlaceTrait {
Show 90 methods // Required methods fn get_additional_property(&self) -> &[AdditionalPropertyProperty]; fn take_additional_property(&mut self) -> Vec<AdditionalPropertyProperty>; fn get_address(&self) -> &[AddressProperty]; fn take_address(&mut self) -> Vec<AddressProperty>; fn get_aggregate_rating(&self) -> &[AggregateRatingProperty]; fn take_aggregate_rating(&mut self) -> Vec<AggregateRatingProperty>; fn get_amenity_feature(&self) -> &[AmenityFeatureProperty]; fn take_amenity_feature(&mut self) -> Vec<AmenityFeatureProperty>; fn get_branch_code(&self) -> &[BranchCodeProperty]; fn take_branch_code(&mut self) -> Vec<BranchCodeProperty>; fn get_contained_in(&self) -> &[ContainedInProperty]; fn take_contained_in(&mut self) -> Vec<ContainedInProperty>; fn get_contained_in_place(&self) -> &[ContainedInPlaceProperty]; fn take_contained_in_place(&mut self) -> Vec<ContainedInPlaceProperty>; fn get_contains_place(&self) -> &[ContainsPlaceProperty]; fn take_contains_place(&mut self) -> Vec<ContainsPlaceProperty>; fn get_event(&self) -> &[EventProperty]; fn take_event(&mut self) -> Vec<EventProperty>; fn get_events(&self) -> &[EventsProperty]; fn take_events(&mut self) -> Vec<EventsProperty>; fn get_fax_number(&self) -> &[FaxNumberProperty]; fn take_fax_number(&mut self) -> Vec<FaxNumberProperty>; fn get_geo(&self) -> &[GeoProperty]; fn take_geo(&mut self) -> Vec<GeoProperty>; fn get_geo_contains(&self) -> &[GeoContainsProperty]; fn take_geo_contains(&mut self) -> Vec<GeoContainsProperty>; fn get_geo_covered_by(&self) -> &[GeoCoveredByProperty]; fn take_geo_covered_by(&mut self) -> Vec<GeoCoveredByProperty>; fn get_geo_covers(&self) -> &[GeoCoversProperty]; fn take_geo_covers(&mut self) -> Vec<GeoCoversProperty>; fn get_geo_crosses(&self) -> &[GeoCrossesProperty]; fn take_geo_crosses(&mut self) -> Vec<GeoCrossesProperty>; fn get_geo_disjoint(&self) -> &[GeoDisjointProperty]; fn take_geo_disjoint(&mut self) -> Vec<GeoDisjointProperty>; fn get_geo_equals(&self) -> &[GeoEqualsProperty]; fn take_geo_equals(&mut self) -> Vec<GeoEqualsProperty>; fn get_geo_intersects(&self) -> &[GeoIntersectsProperty]; fn take_geo_intersects(&mut self) -> Vec<GeoIntersectsProperty>; fn get_geo_overlaps(&self) -> &[GeoOverlapsProperty]; fn take_geo_overlaps(&mut self) -> Vec<GeoOverlapsProperty>; fn get_geo_touches(&self) -> &[GeoTouchesProperty]; fn take_geo_touches(&mut self) -> Vec<GeoTouchesProperty>; fn get_geo_within(&self) -> &[GeoWithinProperty]; fn take_geo_within(&mut self) -> Vec<GeoWithinProperty>; fn get_global_location_number(&self) -> &[GlobalLocationNumberProperty]; fn take_global_location_number( &mut self ) -> Vec<GlobalLocationNumberProperty>; fn get_has_drive_through_service(&self) -> &[HasDriveThroughServiceProperty]; fn take_has_drive_through_service( &mut self ) -> Vec<HasDriveThroughServiceProperty>; fn get_has_map(&self) -> &[HasMapProperty]; fn take_has_map(&mut self) -> Vec<HasMapProperty>; fn get_is_accessible_for_free(&self) -> &[IsAccessibleForFreeProperty]; fn take_is_accessible_for_free( &mut self ) -> Vec<IsAccessibleForFreeProperty>; fn get_isic_v_4(&self) -> &[IsicV4Property]; fn take_isic_v_4(&mut self) -> Vec<IsicV4Property>; fn get_keywords(&self) -> &[KeywordsProperty]; fn take_keywords(&mut self) -> Vec<KeywordsProperty>; fn get_latitude(&self) -> &[LatitudeProperty]; fn take_latitude(&mut self) -> Vec<LatitudeProperty>; fn get_logo(&self) -> &[LogoProperty]; fn take_logo(&mut self) -> Vec<LogoProperty>; fn get_longitude(&self) -> &[LongitudeProperty]; fn take_longitude(&mut self) -> Vec<LongitudeProperty>; fn get_map(&self) -> &[MapProperty]; fn take_map(&mut self) -> Vec<MapProperty>; fn get_maps(&self) -> &[MapsProperty]; fn take_maps(&mut self) -> Vec<MapsProperty>; fn get_maximum_attendee_capacity( &self ) -> &[MaximumAttendeeCapacityProperty]; fn take_maximum_attendee_capacity( &mut self ) -> Vec<MaximumAttendeeCapacityProperty>; fn get_opening_hours_specification( &self ) -> &[OpeningHoursSpecificationProperty]; fn take_opening_hours_specification( &mut self ) -> Vec<OpeningHoursSpecificationProperty>; fn get_photo(&self) -> &[PhotoProperty]; fn take_photo(&mut self) -> Vec<PhotoProperty>; fn get_photos(&self) -> &[PhotosProperty]; fn take_photos(&mut self) -> Vec<PhotosProperty>; fn get_public_access(&self) -> &[PublicAccessProperty]; fn take_public_access(&mut self) -> Vec<PublicAccessProperty>; fn get_review(&self) -> &[ReviewProperty]; fn take_review(&mut self) -> Vec<ReviewProperty>; fn get_reviews(&self) -> &[ReviewsProperty]; fn take_reviews(&mut self) -> Vec<ReviewsProperty>; fn get_slogan(&self) -> &[SloganProperty]; fn take_slogan(&mut self) -> Vec<SloganProperty>; fn get_smoking_allowed(&self) -> &[SmokingAllowedProperty]; fn take_smoking_allowed(&mut self) -> Vec<SmokingAllowedProperty>; fn get_special_opening_hours_specification( &self ) -> &[SpecialOpeningHoursSpecificationProperty]; fn take_special_opening_hours_specification( &mut self ) -> Vec<SpecialOpeningHoursSpecificationProperty>; fn get_telephone(&self) -> &[TelephoneProperty]; fn take_telephone(&mut self) -> Vec<TelephoneProperty>; fn get_tour_booking_page(&self) -> &[TourBookingPageProperty]; fn take_tour_booking_page(&mut self) -> Vec<TourBookingPageProperty>;
}
Expand description

This trait is for properties from https://schema.org/Place.

Required Methods§

source

fn get_additional_property(&self) -> &[AdditionalPropertyProperty]

Get https://schema.org/additionalProperty from Self as borrowed slice.

source

fn take_additional_property(&mut self) -> Vec<AdditionalPropertyProperty>

Take https://schema.org/additionalProperty from Self as owned vector.

source

fn get_address(&self) -> &[AddressProperty]

Get https://schema.org/address from Self as borrowed slice.

source

fn take_address(&mut self) -> Vec<AddressProperty>

Take https://schema.org/address from Self as owned vector.

source

fn get_aggregate_rating(&self) -> &[AggregateRatingProperty]

Get https://schema.org/aggregateRating from Self as borrowed slice.

source

fn take_aggregate_rating(&mut self) -> Vec<AggregateRatingProperty>

Take https://schema.org/aggregateRating from Self as owned vector.

source

fn get_amenity_feature(&self) -> &[AmenityFeatureProperty]

Get https://schema.org/amenityFeature from Self as borrowed slice.

source

fn take_amenity_feature(&mut self) -> Vec<AmenityFeatureProperty>

Take https://schema.org/amenityFeature from Self as owned vector.

source

fn get_branch_code(&self) -> &[BranchCodeProperty]

Get https://schema.org/branchCode from Self as borrowed slice.

source

fn take_branch_code(&mut self) -> Vec<BranchCodeProperty>

Take https://schema.org/branchCode from Self as owned vector.

source

fn get_contained_in(&self) -> &[ContainedInProperty]

👎Deprecated: This schema is superseded by https://schema.org/containedInPlace.

Get https://schema.org/containedIn from Self as borrowed slice.

source

fn take_contained_in(&mut self) -> Vec<ContainedInProperty>

👎Deprecated: This schema is superseded by https://schema.org/containedInPlace.

Take https://schema.org/containedIn from Self as owned vector.

source

fn get_contained_in_place(&self) -> &[ContainedInPlaceProperty]

Get https://schema.org/containedInPlace from Self as borrowed slice.

source

fn take_contained_in_place(&mut self) -> Vec<ContainedInPlaceProperty>

Take https://schema.org/containedInPlace from Self as owned vector.

source

fn get_contains_place(&self) -> &[ContainsPlaceProperty]

Get https://schema.org/containsPlace from Self as borrowed slice.

source

fn take_contains_place(&mut self) -> Vec<ContainsPlaceProperty>

Take https://schema.org/containsPlace from Self as owned vector.

source

fn get_event(&self) -> &[EventProperty]

Get https://schema.org/event from Self as borrowed slice.

source

fn take_event(&mut self) -> Vec<EventProperty>

Take https://schema.org/event from Self as owned vector.

source

fn get_events(&self) -> &[EventsProperty]

👎Deprecated: This schema is superseded by https://schema.org/event.

Get https://schema.org/events from Self as borrowed slice.

source

fn take_events(&mut self) -> Vec<EventsProperty>

👎Deprecated: This schema is superseded by https://schema.org/event.

Take https://schema.org/events from Self as owned vector.

source

fn get_fax_number(&self) -> &[FaxNumberProperty]

Get https://schema.org/faxNumber from Self as borrowed slice.

source

fn take_fax_number(&mut self) -> Vec<FaxNumberProperty>

Take https://schema.org/faxNumber from Self as owned vector.

source

fn get_geo(&self) -> &[GeoProperty]

Get https://schema.org/geo from Self as borrowed slice.

source

fn take_geo(&mut self) -> Vec<GeoProperty>

Take https://schema.org/geo from Self as owned vector.

source

fn get_geo_contains(&self) -> &[GeoContainsProperty]

Get https://schema.org/geoContains from Self as borrowed slice.

source

fn take_geo_contains(&mut self) -> Vec<GeoContainsProperty>

Take https://schema.org/geoContains from Self as owned vector.

source

fn get_geo_covered_by(&self) -> &[GeoCoveredByProperty]

Get https://schema.org/geoCoveredBy from Self as borrowed slice.

source

fn take_geo_covered_by(&mut self) -> Vec<GeoCoveredByProperty>

Take https://schema.org/geoCoveredBy from Self as owned vector.

source

fn get_geo_covers(&self) -> &[GeoCoversProperty]

Get https://schema.org/geoCovers from Self as borrowed slice.

source

fn take_geo_covers(&mut self) -> Vec<GeoCoversProperty>

Take https://schema.org/geoCovers from Self as owned vector.

source

fn get_geo_crosses(&self) -> &[GeoCrossesProperty]

Get https://schema.org/geoCrosses from Self as borrowed slice.

source

fn take_geo_crosses(&mut self) -> Vec<GeoCrossesProperty>

Take https://schema.org/geoCrosses from Self as owned vector.

source

fn get_geo_disjoint(&self) -> &[GeoDisjointProperty]

Get https://schema.org/geoDisjoint from Self as borrowed slice.

source

fn take_geo_disjoint(&mut self) -> Vec<GeoDisjointProperty>

Take https://schema.org/geoDisjoint from Self as owned vector.

source

fn get_geo_equals(&self) -> &[GeoEqualsProperty]

Get https://schema.org/geoEquals from Self as borrowed slice.

source

fn take_geo_equals(&mut self) -> Vec<GeoEqualsProperty>

Take https://schema.org/geoEquals from Self as owned vector.

source

fn get_geo_intersects(&self) -> &[GeoIntersectsProperty]

Get https://schema.org/geoIntersects from Self as borrowed slice.

source

fn take_geo_intersects(&mut self) -> Vec<GeoIntersectsProperty>

Take https://schema.org/geoIntersects from Self as owned vector.

source

fn get_geo_overlaps(&self) -> &[GeoOverlapsProperty]

Get https://schema.org/geoOverlaps from Self as borrowed slice.

source

fn take_geo_overlaps(&mut self) -> Vec<GeoOverlapsProperty>

Take https://schema.org/geoOverlaps from Self as owned vector.

source

fn get_geo_touches(&self) -> &[GeoTouchesProperty]

Get https://schema.org/geoTouches from Self as borrowed slice.

source

fn take_geo_touches(&mut self) -> Vec<GeoTouchesProperty>

Take https://schema.org/geoTouches from Self as owned vector.

source

fn get_geo_within(&self) -> &[GeoWithinProperty]

Get https://schema.org/geoWithin from Self as borrowed slice.

source

fn take_geo_within(&mut self) -> Vec<GeoWithinProperty>

Take https://schema.org/geoWithin from Self as owned vector.

source

fn get_global_location_number(&self) -> &[GlobalLocationNumberProperty]

Get https://schema.org/globalLocationNumber from Self as borrowed slice.

source

fn take_global_location_number(&mut self) -> Vec<GlobalLocationNumberProperty>

Take https://schema.org/globalLocationNumber from Self as owned vector.

source

fn get_has_drive_through_service(&self) -> &[HasDriveThroughServiceProperty]

Get https://schema.org/hasDriveThroughService from Self as borrowed slice.

source

fn take_has_drive_through_service( &mut self ) -> Vec<HasDriveThroughServiceProperty>

source

fn get_has_map(&self) -> &[HasMapProperty]

Get https://schema.org/hasMap from Self as borrowed slice.

source

fn take_has_map(&mut self) -> Vec<HasMapProperty>

Take https://schema.org/hasMap from Self as owned vector.

source

fn get_is_accessible_for_free(&self) -> &[IsAccessibleForFreeProperty]

Get https://schema.org/isAccessibleForFree from Self as borrowed slice.

source

fn take_is_accessible_for_free(&mut self) -> Vec<IsAccessibleForFreeProperty>

Take https://schema.org/isAccessibleForFree from Self as owned vector.

source

fn get_isic_v_4(&self) -> &[IsicV4Property]

Get https://schema.org/isicV4 from Self as borrowed slice.

source

fn take_isic_v_4(&mut self) -> Vec<IsicV4Property>

Take https://schema.org/isicV4 from Self as owned vector.

source

fn get_keywords(&self) -> &[KeywordsProperty]

Get https://schema.org/keywords from Self as borrowed slice.

source

fn take_keywords(&mut self) -> Vec<KeywordsProperty>

Take https://schema.org/keywords from Self as owned vector.

source

fn get_latitude(&self) -> &[LatitudeProperty]

Get https://schema.org/latitude from Self as borrowed slice.

source

fn take_latitude(&mut self) -> Vec<LatitudeProperty>

Take https://schema.org/latitude from Self as owned vector.

Get https://schema.org/logo from Self as borrowed slice.

Take https://schema.org/logo from Self as owned vector.

source

fn get_longitude(&self) -> &[LongitudeProperty]

Get https://schema.org/longitude from Self as borrowed slice.

source

fn take_longitude(&mut self) -> Vec<LongitudeProperty>

Take https://schema.org/longitude from Self as owned vector.

source

fn get_map(&self) -> &[MapProperty]

👎Deprecated: This schema is superseded by https://schema.org/hasMap.

Get https://schema.org/map from Self as borrowed slice.

source

fn take_map(&mut self) -> Vec<MapProperty>

👎Deprecated: This schema is superseded by https://schema.org/hasMap.

Take https://schema.org/map from Self as owned vector.

source

fn get_maps(&self) -> &[MapsProperty]

👎Deprecated: This schema is superseded by https://schema.org/hasMap.

Get https://schema.org/maps from Self as borrowed slice.

source

fn take_maps(&mut self) -> Vec<MapsProperty>

👎Deprecated: This schema is superseded by https://schema.org/hasMap.

Take https://schema.org/maps from Self as owned vector.

source

fn get_maximum_attendee_capacity(&self) -> &[MaximumAttendeeCapacityProperty]

source

fn take_maximum_attendee_capacity( &mut self ) -> Vec<MaximumAttendeeCapacityProperty>

source

fn get_opening_hours_specification( &self ) -> &[OpeningHoursSpecificationProperty]

source

fn take_opening_hours_specification( &mut self ) -> Vec<OpeningHoursSpecificationProperty>

source

fn get_photo(&self) -> &[PhotoProperty]

Get https://schema.org/photo from Self as borrowed slice.

source

fn take_photo(&mut self) -> Vec<PhotoProperty>

Take https://schema.org/photo from Self as owned vector.

source

fn get_photos(&self) -> &[PhotosProperty]

👎Deprecated: This schema is superseded by https://schema.org/photo.

Get https://schema.org/photos from Self as borrowed slice.

source

fn take_photos(&mut self) -> Vec<PhotosProperty>

👎Deprecated: This schema is superseded by https://schema.org/photo.

Take https://schema.org/photos from Self as owned vector.

source

fn get_public_access(&self) -> &[PublicAccessProperty]

Get https://schema.org/publicAccess from Self as borrowed slice.

source

fn take_public_access(&mut self) -> Vec<PublicAccessProperty>

Take https://schema.org/publicAccess from Self as owned vector.

source

fn get_review(&self) -> &[ReviewProperty]

Get https://schema.org/review from Self as borrowed slice.

source

fn take_review(&mut self) -> Vec<ReviewProperty>

Take https://schema.org/review from Self as owned vector.

source

fn get_reviews(&self) -> &[ReviewsProperty]

👎Deprecated: This schema is superseded by https://schema.org/review.

Get https://schema.org/reviews from Self as borrowed slice.

source

fn take_reviews(&mut self) -> Vec<ReviewsProperty>

👎Deprecated: This schema is superseded by https://schema.org/review.

Take https://schema.org/reviews from Self as owned vector.

source

fn get_slogan(&self) -> &[SloganProperty]

Get https://schema.org/slogan from Self as borrowed slice.

source

fn take_slogan(&mut self) -> Vec<SloganProperty>

Take https://schema.org/slogan from Self as owned vector.

source

fn get_smoking_allowed(&self) -> &[SmokingAllowedProperty]

Get https://schema.org/smokingAllowed from Self as borrowed slice.

source

fn take_smoking_allowed(&mut self) -> Vec<SmokingAllowedProperty>

Take https://schema.org/smokingAllowed from Self as owned vector.

source

fn get_special_opening_hours_specification( &self ) -> &[SpecialOpeningHoursSpecificationProperty]

source

fn take_special_opening_hours_specification( &mut self ) -> Vec<SpecialOpeningHoursSpecificationProperty>

source

fn get_telephone(&self) -> &[TelephoneProperty]

Get https://schema.org/telephone from Self as borrowed slice.

source

fn take_telephone(&mut self) -> Vec<TelephoneProperty>

Take https://schema.org/telephone from Self as owned vector.

source

fn get_tour_booking_page(&self) -> &[TourBookingPageProperty]

Get https://schema.org/tourBookingPage from Self as borrowed slice.

source

fn take_tour_booking_page(&mut self) -> Vec<TourBookingPageProperty>

Take https://schema.org/tourBookingPage from Self as owned vector.

Implementors§

source§

impl PlaceTrait for Accommodation

source§

impl PlaceTrait for AccountingService

source§

impl PlaceTrait for AdministrativeArea

source§

impl PlaceTrait for AdultEntertainment

source§

impl PlaceTrait for Airport

source§

impl PlaceTrait for AmusementPark

source§

impl PlaceTrait for AnimalShelter

source§

impl PlaceTrait for Apartment

source§

impl PlaceTrait for ApartmentComplex

source§

impl PlaceTrait for Aquarium

source§

impl PlaceTrait for ArchiveOrganization

source§

impl PlaceTrait for ArtGallery

source§

impl PlaceTrait for Attorney

source§

impl PlaceTrait for AutoBodyShop

source§

impl PlaceTrait for AutoDealer

source§

impl PlaceTrait for AutoPartsStore

source§

impl PlaceTrait for AutoRental

source§

impl PlaceTrait for AutoRepair

source§

impl PlaceTrait for AutoWash

source§

impl PlaceTrait for AutomatedTeller

source§

impl PlaceTrait for AutomotiveBusiness

source§

impl PlaceTrait for Bakery

source§

impl PlaceTrait for BankOrCreditUnion

source§

impl PlaceTrait for BarOrPub

source§

impl PlaceTrait for Beach

source§

impl PlaceTrait for BeautySalon

source§

impl PlaceTrait for BedAndBreakfast

source§

impl PlaceTrait for BikeStore

source§

impl PlaceTrait for BoatTerminal

source§

impl PlaceTrait for BodyOfWater

source§

impl PlaceTrait for BookStore

source§

impl PlaceTrait for BowlingAlley

source§

impl PlaceTrait for Brewery

source§

impl PlaceTrait for Bridge

source§

impl PlaceTrait for BuddhistTemple

source§

impl PlaceTrait for BusStation

source§

impl PlaceTrait for BusStop

source§

impl PlaceTrait for CafeOrCoffeeShop

source§

impl PlaceTrait for Campground

source§

impl PlaceTrait for CampingPitch

source§

impl PlaceTrait for Canal

source§

impl PlaceTrait for Casino

source§

impl PlaceTrait for CatholicChurch

source§

impl PlaceTrait for Cemetery

source§

impl PlaceTrait for ChildCare

source§

impl PlaceTrait for Church

source§

impl PlaceTrait for City

source§

impl PlaceTrait for CityHall

source§

impl PlaceTrait for CivicStructure

source§

impl PlaceTrait for ClothingStore

source§

impl PlaceTrait for CollegeOrUniversity

source§

impl PlaceTrait for ComedyClub

source§

impl PlaceTrait for ComputerStore

source§

impl PlaceTrait for Continent

source§

impl PlaceTrait for ConvenienceStore

source§

impl PlaceTrait for Country

source§

impl PlaceTrait for Courthouse

source§

impl PlaceTrait for CovidTestingFacility

source§

impl PlaceTrait for Crematorium

source§

impl PlaceTrait for DaySpa

source§

impl PlaceTrait for DefenceEstablishment

source§

impl PlaceTrait for Dentist

source§

impl PlaceTrait for DepartmentStore

source§

impl PlaceTrait for Distillery

source§

impl PlaceTrait for DryCleaningOrLaundry

source§

impl PlaceTrait for EducationalOrganization

source§

impl PlaceTrait for Electrician

source§

impl PlaceTrait for ElectronicsStore

source§

impl PlaceTrait for ElementarySchool

source§

impl PlaceTrait for Embassy

source§

impl PlaceTrait for EmergencyService

source§

impl PlaceTrait for EmploymentAgency

source§

impl PlaceTrait for EntertainmentBusiness

source§

impl PlaceTrait for EventVenue

source§

impl PlaceTrait for ExerciseGym

source§

impl PlaceTrait for FastFoodRestaurant

source§

impl PlaceTrait for FinancialService

source§

impl PlaceTrait for FireStation

source§

impl PlaceTrait for Florist

source§

impl PlaceTrait for FoodEstablishment

source§

impl PlaceTrait for FurnitureStore

source§

impl PlaceTrait for GardenStore

source§

impl PlaceTrait for GasStation

source§

impl PlaceTrait for GatedResidenceCommunity

source§

impl PlaceTrait for GeneralContractor

source§

impl PlaceTrait for GolfCourse

source§

impl PlaceTrait for GovernmentBuilding

source§

impl PlaceTrait for GovernmentOffice

source§

impl PlaceTrait for GroceryStore

source§

impl PlaceTrait for HairSalon

source§

impl PlaceTrait for HardwareStore

source§

impl PlaceTrait for HealthAndBeautyBusiness

source§

impl PlaceTrait for HealthClub

source§

impl PlaceTrait for HighSchool

source§

impl PlaceTrait for HinduTemple

source§

impl PlaceTrait for HobbyShop

source§

impl PlaceTrait for HomeAndConstructionBusiness

source§

impl PlaceTrait for HomeGoodsStore

source§

impl PlaceTrait for Hospital

source§

impl PlaceTrait for Hostel

source§

impl PlaceTrait for Hotel

source§

impl PlaceTrait for HotelRoom

source§

impl PlaceTrait for House

source§

impl PlaceTrait for HousePainter

source§

impl PlaceTrait for HvacBusiness

source§

impl PlaceTrait for IceCreamShop

source§

impl PlaceTrait for InsuranceAgency

source§

impl PlaceTrait for InternetCafe

source§

impl PlaceTrait for JewelryStore

source§

impl PlaceTrait for LakeBodyOfWater

source§

impl PlaceTrait for Landform

source§

impl PlaceTrait for LandmarksOrHistoricalBuildings

source§

impl PlaceTrait for LegalService

source§

impl PlaceTrait for LegislativeBuilding

source§

impl PlaceTrait for Library

source§

impl PlaceTrait for LiquorStore

source§

impl PlaceTrait for LocalBusiness

source§

impl PlaceTrait for Locksmith

source§

impl PlaceTrait for LodgingBusiness

source§

impl PlaceTrait for MedicalBusiness

source§

impl PlaceTrait for MedicalClinic

source§

impl PlaceTrait for MeetingRoom

source§

impl PlaceTrait for MensClothingStore

source§

impl PlaceTrait for MiddleSchool

source§

impl PlaceTrait for MobilePhoneStore

source§

impl PlaceTrait for Mosque

source§

impl PlaceTrait for Motel

source§

impl PlaceTrait for MotorcycleDealer

source§

impl PlaceTrait for MotorcycleRepair

source§

impl PlaceTrait for Mountain

source§

impl PlaceTrait for MovieRentalStore

source§

impl PlaceTrait for MovieTheater

source§

impl PlaceTrait for MovingCompany

source§

impl PlaceTrait for Museum

source§

impl PlaceTrait for MusicStore

source§

impl PlaceTrait for MusicVenue

source§

impl PlaceTrait for NailSalon

source§

impl PlaceTrait for NightClub

source§

impl PlaceTrait for Notary

source§

impl PlaceTrait for OceanBodyOfWater

source§

impl PlaceTrait for OfficeEquipmentStore

source§

impl PlaceTrait for Optician

source§

impl PlaceTrait for OutletStore

source§

impl PlaceTrait for Park

source§

impl PlaceTrait for ParkingFacility

source§

impl PlaceTrait for PawnShop

source§

impl PlaceTrait for PerformingArtsTheater

source§

impl PlaceTrait for PetStore

source§

impl PlaceTrait for Pharmacy

source§

impl PlaceTrait for Physician

source§

impl PlaceTrait for Place

source§

impl PlaceTrait for PlaceOfWorship

source§

impl PlaceTrait for Playground

source§

impl PlaceTrait for Plumber

source§

impl PlaceTrait for PoliceStation

source§

impl PlaceTrait for Pond

source§

impl PlaceTrait for PostOffice

source§

impl PlaceTrait for Preschool

source§

impl PlaceTrait for ProfessionalService

source§

impl PlaceTrait for PublicSwimmingPool

source§

impl PlaceTrait for PublicToilet

source§

impl PlaceTrait for RadioStation

source§

impl PlaceTrait for RealEstateAgent

source§

impl PlaceTrait for RecyclingCenter

source§

impl PlaceTrait for Reservoir

source§

impl PlaceTrait for Residence

source§

impl PlaceTrait for Resort

source§

impl PlaceTrait for Restaurant

source§

impl PlaceTrait for RiverBodyOfWater

source§

impl PlaceTrait for RoofingContractor

source§

impl PlaceTrait for Room

source§

impl PlaceTrait for RvPark

source§

impl PlaceTrait for School

source§

impl PlaceTrait for SchoolDistrict

source§

impl PlaceTrait for SeaBodyOfWater

source§

impl PlaceTrait for SelfStorage

source§

impl PlaceTrait for ShoeStore

source§

impl PlaceTrait for ShoppingCenter

source§

impl PlaceTrait for SingleFamilyResidence

source§

impl PlaceTrait for SkiResort

source§

impl PlaceTrait for SportingGoodsStore

source§

impl PlaceTrait for SportsActivityLocation

source§

impl PlaceTrait for SportsClub

source§

impl PlaceTrait for StadiumOrArena

source§

impl PlaceTrait for State

source§

impl PlaceTrait for Store

source§

impl PlaceTrait for SubwayStation

source§

impl PlaceTrait for Suite

source§

impl PlaceTrait for Synagogue

source§

impl PlaceTrait for TattooParlor

source§

impl PlaceTrait for TaxiStand

source§

impl PlaceTrait for TelevisionStation

source§

impl PlaceTrait for TennisComplex

source§

impl PlaceTrait for TireShop

source§

impl PlaceTrait for TouristAttraction

source§

impl PlaceTrait for TouristDestination

source§

impl PlaceTrait for TouristInformationCenter

source§

impl PlaceTrait for ToyStore

source§

impl PlaceTrait for TrainStation

source§

impl PlaceTrait for TravelAgency

source§

impl PlaceTrait for VacationRental

source§

impl PlaceTrait for Volcano

source§

impl PlaceTrait for Waterfall

source§

impl PlaceTrait for WholesaleStore

source§

impl PlaceTrait for Winery

source§

impl PlaceTrait for Zoo