Skip to content

Instantly share code, notes, and snippets.

@Mod8124
Last active May 25, 2023 17:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Mod8124/7a4c5a034cdfc539d5f247336175bebc to your computer and use it in GitHub Desktop.
Save Mod8124/7a4c5a034cdfc539d5f247336175bebc to your computer and use it in GitHub Desktop.
types icon
[
{
"status": "string",
"data": [
{
"formatted_address": "string",
"formatted_phone_number": "string",
"geometry": {
"location": {
"lat": 0,
"lng": 0
},
"viewport": {
"northeast": {
"lat": 0,
"lng": 0
},
"southwest": {
"lat": 0,
"lng": 0
}
}
},
"name": "string",
"international_phone_number": "string",
"opening_hours": {
"open_now": true,
"periods": [
{
"close": {
"day": 0,
"time": "string"
},
"open": "string"
}
],
"weekday_text": [
"string"
]
},
"photos": [
{
"height": 0,
"html_attributions": [
"string"
],
"photo_reference": "string",
"width": 0
}
],
"place_id": "string",
"rating": 0,
"reviews": [
{
"author_name": "string",
"author_url": "string",
"language": "string",
"original_language": "string",
"profile_photo_url": "string",
"rating": 0,
"relative_time_description": "string",
"text": "string",
"time": 0,
"translated": true
}
],
"user_ratings_total": 0,
"website": "string",
"types": [
"string"
],
"wheelchair_accessible_entrance": true
}
]
}
]
{
"formatted_address": "Frente a la, Rotonda de San Sebastián 214, San Sebastián, San José, Costa Rica",
"formatted_phone_number": "800-800-0722",
"name": "Walmart",
"opening_hours": {
"open_now": true,
"periods": [
{
"close": {
"day": 0,
"time": "2200"
},
"open": {
"day": 0,
"time": "0730"
}
},
{
"close": {
"day": 1,
"time": "2200"
},
"open": {
"day": 1,
"time": "0730"
}
},
{
"close": {
"day": 2,
"time": "2200"
},
"open": {
"day": 2,
"time": "0730"
}
},
{
"close": {
"day": 3,
"time": "2200"
},
"open": {
"day": 3,
"time": "0730"
}
},
{
"close": {
"day": 4,
"time": "2200"
},
"open": {
"day": 4,
"time": "0730"
}
},
{
"close": {
"day": 5,
"time": "2200"
},
"open": {
"day": 5,
"time": "0730"
}
},
{
"close": {
"day": 6,
"time": "2200"
},
"open": {
"day": 6,
"time": "0730"
}
}
],
"weekday_text": [
"lunes: 7:30–22:00",
"martes: 7:30–22:00",
"miércoles: 7:30–22:00",
"jueves: 7:30–22:00",
"viernes: 7:30–22:00",
"sábado: 7:30–22:00",
"domingo: 7:30–22:00"
]
},
"place_id": "ChIJu7-qfDzjoI8R03p8PFP2zbQ",
"types": [
"supermarket",
"grocery_or_supermarket",
"food",
"point_of_interest",
"store",
"establishment"
],
"vicinity": "Frente a la, Rotonda de San Sebastián 214, San José",
"website": "http://www.walmart.co.cr/",
"wheelchair_accessible_entrance": true
}
@Mod8124
Copy link
Author

Mod8124 commented May 20, 2023

este te los muestra si el user esta logueado

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment