地図をピンかられっちゃに変更
This commit is contained in:
parent
00aaaeff20
commit
08abc1de7e
BIN
assets/reccha-small.png
Normal file
BIN
assets/reccha-small.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.6 KiB |
BIN
assets/reccha.png
Normal file
BIN
assets/reccha.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 128 KiB |
@ -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>
|
||||
);
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user