地図をピンかられっちゃに変更
This commit is contained in:
@@ -49,7 +49,7 @@ export default function TrainMenu({ style }) {
|
||||
latitude: parseFloat(latlng[0]),
|
||||
longitude: parseFloat(latlng[1]),
|
||||
})),
|
||||
{ edgePadding: { top: 100, bottom: 100, left: 50, right: 50 } } // Add margin values here
|
||||
{ edgePadding: { top: 80, bottom: 120, left: 50, right: 50 } } // Add margin values here
|
||||
);
|
||||
}, [stationPin]);
|
||||
return (
|
||||
@@ -243,6 +243,7 @@ const MapPin = ({ index, indexBase, latlng, D, d, navigate, webview }) => {
|
||||
);
|
||||
if (navigate) navigate("Apps");
|
||||
}}
|
||||
image={require("../assets/reccha-small.png")}
|
||||
></Marker>
|
||||
);
|
||||
};
|
||||
|
Reference in New Issue
Block a user